Html Css Color HEX #AF0FDA Dark Violet

📋 copy color: '#AF0FDA'

red 175 ◦ green 15 ◦ blue 218

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

Shades of Dark Violet #AF0FDA

Tints of Dark Violet #AF0FDA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.68%

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

R = 42.89%
G = 3.68%
B = 53.43%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF0FDA (or 0xAF0FDA) is known color: Dark Violet. HEX triplet: AF, 0F and DA. RGB value is (175,15,218). Sum of RGB (Red+Green+Blue) = 175+15+218=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF0FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FDA is #50F025. Grayscale: #555555. Windows color (decimal): -5304358 or 14290863. OLE color: 14290863.

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

Color convert

RGB 175 15 218 -
CMYK 0.20 0.93 0 0.15
HSL 287.29º 0.87% 0.46% -
HSV(B) 287.29º 0.93% 0.85% -
XYZ 30.5 14.52 67.52 -
YUV 85.98 202.51 191.49 -
System Red Green Blue C M Y K H S L
Decimal 175 15 218 0.20 0.93 0 0.15 287.29 0.87 0.46
Hex AF F DA 14 5D 0 F 11F 57 2E
Octal 257 17 332 24 135 0 17 437 127 56
Binary 10101111 1111 11011010 10100 1011101 0 1111 100011111 1010111 101110

Color Harmonies of #AF0FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0FDA

Black with #AF0FDA

Text Example


Text Example

White with #AF0FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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