Html Css Color HEX #AE00CB Dark Violet

📋 copy color: '#AE00CB'

red 174 ◦ green 0 ◦ blue 203

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

Shades of Dark Violet #AE00CB

Tints of Dark Violet #AE00CB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.15%
G = 0%
B = 53.85%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE00CB (or 0xAE00CB) is known color: Dark Violet. HEX triplet: AE, 00 and CB. RGB value is (174,0,203). Sum of RGB (Red+Green+Blue) = 174+0+203=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE00CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE00CB is #51FF34. Grayscale: #4A4A4A. Windows color (decimal): -5373749 or 13303982. OLE color: 13303982.

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

Color convert

RGB 174 0 203 -
CMYK 0.14 1 0 0.20
HSL 291.43º 1% 0.4% -
HSV(B) 291.43º 1% 0.8% -
XYZ 28.24 13.31 57.58 -
YUV 75.17 200.15 198.49 -
System Red Green Blue C M Y K H S L
Decimal 174 0 203 0.14 1 0 0.20 291.43 1 0.4
Hex AE 0 CB E 64 0 14 123 64 28
Octal 256 0 313 16 144 0 24 443 144 50
Binary 10101110 0 11001011 1110 1100100 0 10100 100100011 1100100 101000

Color Harmonies of #AE00CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE00CB

Black with #AE00CB

Text Example


Text Example

White with #AE00CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE00CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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