Html Css Color HEX #AF16CB Dark Violet

📋 copy color: '#AF16CB'

red 175 ◦ green 22 ◦ blue 203

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

Shades of Dark Violet #AF16CB

Tints of Dark Violet #AF16CB

RGB

 RED value IS 175 (68.75% from 255) = 43.75%

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

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

R = 43.75%
G = 5.5%
B = 50.75%

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

#AF16CB (or 0xAF16CB) is known color: Dark Violet. HEX triplet: AF, 16 and CB. RGB value is (175,22,203). Sum of RGB (Red+Green+Blue) = 175+22+203=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF16CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16CB is #50E934. Grayscale: #575757. Windows color (decimal): -5302581 or 13309615. OLE color: 13309615.

HSL color Cylindrical-coordinate representation of color #AF16CB: hue angle of 290.72º 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 #AF16CB is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 22 203 -
CMYK 0.14 0.89 0 0.20
HSL 290.72º 0.8% 0.44% -
HSV(B) 290.72º 0.89% 0.8% -
XYZ 28.75 14 57.69 -
YUV 88.38 192.69 189.78 -
System Red Green Blue C M Y K H S L
Decimal 175 22 203 0.14 0.89 0 0.20 290.72 0.8 0.44
Hex AF 16 CB E 59 0 14 123 50 2C
Octal 257 26 313 16 131 0 24 443 120 54
Binary 10101111 10110 11001011 1110 1011001 0 10100 100100011 1010000 101100

Color Harmonies of #AF16CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF16CB

Black with #AF16CB

Text Example


Text Example

White with #AF16CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF16CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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