Html Css Color HEX #AF0FE1 Dark Violet

📋 copy color: '#AF0FE1'

red 175 ◦ green 15 ◦ blue 225

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

Shades of Dark Violet #AF0FE1

Tints of Dark Violet #AF0FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 54.22%

R = 42.17%
G = 3.61%
B = 54.22%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF0FE1 (or 0xAF0FE1) is known color: Dark Violet. HEX triplet: AF, 0F and E1. RGB value is (175,15,225). Sum of RGB (Red+Green+Blue) = 175+15+225=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 15 (6.25% from 255 or 3.61% from 415); Blue value is 225 (88.28% from 255 or 54.22% from 415); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF0FE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FE1 is #50F01E. Grayscale: #565656. Windows color (decimal): -5304351 or 14749615. OLE color: 14749615.

HSL color Cylindrical-coordinate representation of color #AF0FE1: hue angle of 285.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0FE1 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 15 225 -
CMYK 0.22 0.93 0 0.12
HSL 285.71º 0.88% 0.47% -
HSV(B) 285.71º 0.93% 0.88% -
XYZ 31.44 14.89 72.45 -
YUV 86.78 206.01 190.92 -
System Red Green Blue C M Y K H S L
Decimal 175 15 225 0.22 0.93 0 0.12 285.71 0.88 0.47
Hex AF F E1 16 5D 0 C 11E 58 2F
Octal 257 17 341 26 135 0 14 436 130 57
Binary 10101111 1111 11100001 10110 1011101 0 1100 100011110 1011000 101111

Color Harmonies of #AF0FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0FE1

Black with #AF0FE1

Text Example


Text Example

White with #AF0FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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