Html Css Color HEX #AF13D8 Dark Violet

📋 copy color: '#AF13D8'

red 175 ◦ green 19 ◦ blue 216

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

Shades of Dark Violet #AF13D8

Tints of Dark Violet #AF13D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 52.68%

R = 42.68%
G = 4.63%
B = 52.68%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF13D8 (or 0xAF13D8) is known color: Dark Violet. HEX triplet: AF, 13 and D8. RGB value is (175,19,216). Sum of RGB (Red+Green+Blue) = 175+19+216=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 216 (84.77% from 255 or 52.68% from 410); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF13D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF13D8 is #50EC27. Grayscale: #575757. Windows color (decimal): -5303336 or 14160815. OLE color: 14160815.

HSL color Cylindrical-coordinate representation of color #AF13D8: hue angle of 287.51º 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 #AF13D8 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 19 216 -
CMYK 0.19 0.91 0 0.15
HSL 287.51º 0.84% 0.46% -
HSV(B) 287.51º 0.91% 0.85% -
XYZ 30.31 14.54 66.17 -
YUV 88.1 200.18 189.98 -
System Red Green Blue C M Y K H S L
Decimal 175 19 216 0.19 0.91 0 0.15 287.51 0.84 0.46
Hex AF 13 D8 13 5B 0 F 120 54 2E
Octal 257 23 330 23 133 0 17 440 124 56
Binary 10101111 10011 11011000 10011 1011011 0 1111 100100000 1010100 101110

Color Harmonies of #AF13D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF13D8

Black with #AF13D8

Text Example


Text Example

White with #AF13D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF13D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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