Html Css Color HEX #AF16DA Dark Violet

📋 copy color: '#AF16DA'

red 175 ◦ green 22 ◦ blue 218

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

Shades of Dark Violet #AF16DA

Tints of Dark Violet #AF16DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.53%

R = 42.17%
G = 5.3%
B = 52.53%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF16DA (or 0xAF16DA) is known color: Dark Violet. HEX triplet: AF, 16 and DA. RGB value is (175,22,218). Sum of RGB (Red+Green+Blue) = 175+22+218=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF16DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16DA is #50E925. Grayscale: #595959. Windows color (decimal): -5302566 or 14292655. OLE color: 14292655.

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

Color convert

RGB 175 22 218 -
CMYK 0.20 0.90 0 0.15
HSL 286.84º 0.82% 0.47% -
HSV(B) 286.84º 0.9% 0.85% -
XYZ 30.62 14.75 67.56 -
YUV 90.09 200.19 188.56 -
System Red Green Blue C M Y K H S L
Decimal 175 22 218 0.20 0.90 0 0.15 286.84 0.82 0.47
Hex AF 16 DA 14 5A 0 F 11F 52 2F
Octal 257 26 332 24 132 0 17 437 122 57
Binary 10101111 10110 11011010 10100 1011010 0 1111 100011111 1010010 101111

Color Harmonies of #AF16DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF16DA

Black with #AF16DA

Text Example


Text Example

White with #AF16DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF16DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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