Html Css Color HEX #AE14CB Dark Violet

📋 copy color: '#AE14CB'

red 174 ◦ green 20 ◦ blue 203

#AE14CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #AE14CB

Tints of Dark Violet #AE14CB

RGB

 RED value IS 174 (68.36% from 255) = 43.83%

 GREEN value IS 20 (8.2% from 255) = 5.04%

 BLUE value IS 203 (79.69% from 255) = 51.13%

R = 43.83%
G = 5.04%
B = 51.13%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AE14CB (or 0xAE14CB) is known color: Dark Violet. HEX triplet: AE, 14 and CB. RGB value is (174,20,203). Sum of RGB (Red+Green+Blue) = 174+20+203=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE14CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE14CB is #51EB34. Grayscale: #565656. Windows color (decimal): -5368629 or 13309102. OLE color: 13309102.

HSL color Cylindrical-coordinate representation of color #AE14CB: hue angle of 290.49º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE14CB is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 20 203 -
CMYK 0.14 0.90 0 0.20
HSL 290.49º 0.82% 0.44% -
HSV(B) 290.49º 0.9% 0.8% -
XYZ 28.49 13.81 57.66 -
YUV 86.91 193.52 190.12 -
System Red Green Blue C M Y K H S L
Decimal 174 20 203 0.14 0.90 0 0.20 290.49 0.82 0.44
Hex AE 14 CB E 5A 0 14 122 52 2C
Octal 256 24 313 16 132 0 24 442 122 54
Binary 10101110 10100 11001011 1110 1011010 0 10100 100100010 1010010 101100

Color Harmonies of #AE14CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE14CB

Black with #AE14CB

Text Example


Text Example

White with #AE14CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE14CB; }

 p { color: rgb(174,20,203); }

 H1.HeaderClassName
 {
   color: #AE14CB;
 }
 .AnyTagClassName
 {
   color: #AE14CB;
 }
</style>

background-color css

<style>
 a { background-color: #AE14CB; }

 a { background-color: rgb(174,20,203); }

 div.DivClassName
 {
   background-color: #AE14CB;
 }
 .BgClassName
 {
   background-color: #AE14CB;
 }
</style>

border-color css

<style>
 span { border-color: #AE14CB; }

 span { border-color: rgb(174,20,203); }

 td.TdClassName
 {
   border-color: #AE14CB;
 }
 .TagClassName
 {
   border-color: #AE14CB;
 }
</style>