Html Css Color HEX #AE16CB Dark Violet

📋 copy color: '#AE16CB'

red 174 ◦ green 22 ◦ blue 203

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

Shades of Dark Violet #AE16CB

Tints of Dark Violet #AE16CB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.51%

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

R = 43.61%
G = 5.51%
B = 50.88%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE16CB (or 0xAE16CB) is known color: Dark Violet. HEX triplet: AE, 16 and CB. RGB value is (174,22,203). Sum of RGB (Red+Green+Blue) = 174+22+203=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE16CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE16CB is #51E934. Grayscale: #575757. Windows color (decimal): -5368117 or 13309614. OLE color: 13309614.

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

Color convert

RGB 174 22 203 -
CMYK 0.14 0.89 0 0.20
HSL 290.39º 0.8% 0.44% -
HSV(B) 290.39º 0.89% 0.8% -
XYZ 28.52 13.88 57.68 -
YUV 88.08 192.86 189.28 -
System Red Green Blue C M Y K H S L
Decimal 174 22 203 0.14 0.89 0 0.20 290.39 0.8 0.44
Hex AE 16 CB E 59 0 14 122 50 2C
Octal 256 26 313 16 131 0 24 442 120 54
Binary 10101110 10110 11001011 1110 1011001 0 10100 100100010 1010000 101100

Color Harmonies of #AE16CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE16CB

Black with #AE16CB

Text Example


Text Example

White with #AE16CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE16CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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