Html Css Color HEX #AF18E2 Dark Violet

📋 copy color: '#AF18E2'

red 175 ◦ green 24 ◦ blue 226

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

Shades of Dark Violet #AF18E2

Tints of Dark Violet #AF18E2

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.65%

 BLUE value IS 226 (88.67% from 255) = 53.18%

R = 41.18%
G = 5.65%
B = 53.18%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AF18E2 (or 0xAF18E2) is known color: Dark Violet. HEX triplet: AF, 18 and E2. RGB value is (175,24,226). Sum of RGB (Red+Green+Blue) = 175+24+226=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 226 (88.67% from 255 or 53.18% from 425); Max value from RGB is 226 - color contains mainly: blue. Hex color #AF18E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF18E2 is #50E71D. Grayscale: #5B5B5B. Windows color (decimal): -5302046 or 14817455. OLE color: 14817455.

HSL color Cylindrical-coordinate representation of color #AF18E2: hue angle of 284.85º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF18E2 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 24 226 -
CMYK 0.23 0.89 0 0.11
HSL 284.85º 0.81% 0.49% -
HSV(B) 284.85º 0.89% 0.89% -
XYZ 31.73 15.26 73.22 -
YUV 92.18 203.53 187.07 -
System Red Green Blue C M Y K H S L
Decimal 175 24 226 0.23 0.89 0 0.11 284.85 0.81 0.49
Hex AF 18 E2 17 59 0 B 11D 51 31
Octal 257 30 342 27 131 0 13 435 121 61
Binary 10101111 11000 11100010 10111 1011001 0 1011 100011101 1010001 110001

Color Harmonies of #AF18E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF18E2

Black with #AF18E2

Text Example


Text Example

White with #AF18E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF18E2; }

 p { color: rgb(175,24,226); }

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

background-color css

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

 a { background-color: rgb(175,24,226); }

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

border-color css

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

 span { border-color: rgb(175,24,226); }

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