Html Css Color HEX #AF13DA Dark Violet

📋 copy color: '#AF13DA'

red 175 ◦ green 19 ◦ blue 218

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

Shades of Dark Violet #AF13DA

Tints of Dark Violet #AF13DA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.61%

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

R = 42.48%
G = 4.61%
B = 52.91%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF13DA (or 0xAF13DA) is known color: Dark Violet. HEX triplet: AF, 13 and DA. RGB value is (175,19,218). Sum of RGB (Red+Green+Blue) = 175+19+218=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 19 (7.81% from 255 or 4.61% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF13DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF13DA is #50EC25. Grayscale: #575757. Windows color (decimal): -5303334 or 14291887. OLE color: 14291887.

HSL color Cylindrical-coordinate representation of color #AF13DA: hue angle of 287.04º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF13DA is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 19 218 -
CMYK 0.20 0.91 0 0.15
HSL 287.04º 0.84% 0.46% -
HSV(B) 287.04º 0.91% 0.85% -
XYZ 30.57 14.64 67.54 -
YUV 88.33 201.18 189.82 -
System Red Green Blue C M Y K H S L
Decimal 175 19 218 0.20 0.91 0 0.15 287.04 0.84 0.46
Hex AF 13 DA 14 5B 0 F 11F 54 2E
Octal 257 23 332 24 133 0 17 437 124 56
Binary 10101111 10011 11011010 10100 1011011 0 1111 100011111 1010100 101110

Color Harmonies of #AF13DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF13DA

Black with #AF13DA

Text Example


Text Example

White with #AF13DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF13DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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