Html Css Color HEX #AE03CB Dark Violet

📋 copy color: '#AE03CB'

red 174 ◦ green 3 ◦ blue 203

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

Shades of Dark Violet #AE03CB

Tints of Dark Violet #AE03CB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

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

R = 45.79%
G = 0.79%
B = 53.42%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE03CB (or 0xAE03CB) is known color: Dark Violet. HEX triplet: AE, 03 and CB. RGB value is (174,3,203). Sum of RGB (Red+Green+Blue) = 174+3+203=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE03CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE03CB is #51FC34. Grayscale: #4C4C4C. Windows color (decimal): -5372981 or 13304750. OLE color: 13304750.

HSL color Cylindrical-coordinate representation of color #AE03CB: hue angle of 291.3º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE03CB is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 3 203 -
CMYK 0.14 0.99 0 0.20
HSL 291.3º 0.97% 0.4% -
HSV(B) 291.3º 0.99% 0.8% -
XYZ 28.27 13.38 57.59 -
YUV 76.93 199.15 197.24 -
System Red Green Blue C M Y K H S L
Decimal 174 3 203 0.14 0.99 0 0.20 291.3 0.97 0.4
Hex AE 3 CB E 63 0 14 123 61 28
Octal 256 3 313 16 143 0 24 443 141 50
Binary 10101110 11 11001011 1110 1100011 0 10100 100100011 1100001 101000

Color Harmonies of #AE03CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE03CB

Black with #AE03CB

Text Example


Text Example

White with #AE03CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE03CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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