Html Css Color HEX #AF01D1 Dark Violet

📋 copy color: '#AF01D1'

red 175 ◦ green 1 ◦ blue 209

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

Shades of Dark Violet #AF01D1

Tints of Dark Violet #AF01D1

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 209 (82.03% from 255) = 54.29%

R = 45.45%
G = 0.26%
B = 54.29%

CMYK

 C value IS 0.16

 M value IS 1.00

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF01D1 (or 0xAF01D1) is known color: Dark Violet. HEX triplet: AF, 01 and D1. RGB value is (175,1,209). Sum of RGB (Red+Green+Blue) = 175+1+209=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 209 (82.03% from 255 or 54.29% from 385); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF01D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01D1 is #50FE2E. Grayscale: #4C4C4C. Windows color (decimal): -5307951 or 13697455. OLE color: 13697455.

HSL color Cylindrical-coordinate representation of color #AF01D1: hue angle of 290.19º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF01D1 is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 1 209 -
CMYK 0.16 1.00 0 0.18
HSL 290.19º 0.99% 0.41% -
HSV(B) 290.19º 1% 0.82% -
XYZ 29.2 13.74 61.43 -
YUV 76.74 202.65 198.09 -
System Red Green Blue C M Y K H S L
Decimal 175 1 209 0.16 1.00 0 0.18 290.19 0.99 0.41
Hex AF 1 D1 10 64 0 12 122 63 29
Octal 257 1 321 20 144 0 22 442 143 51
Binary 10101111 1 11010001 10000 1100100 0 10010 100100010 1100011 101001

Color Harmonies of #AF01D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF01D1

Black with #AF01D1

Text Example


Text Example

White with #AF01D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF01D1; }

 p { color: rgb(175,1,209); }

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

background-color css

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

 a { background-color: rgb(175,1,209); }

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

border-color css

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

 span { border-color: rgb(175,1,209); }

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