Html Css Color HEX #AF01D3 Dark Violet

📋 copy color: '#AF01D3'

red 175 ◦ green 1 ◦ blue 211

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

Shades of Dark Violet #AF01D3

Tints of Dark Violet #AF01D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 54.52%

R = 45.22%
G = 0.26%
B = 54.52%

CMYK

 C value IS 0.17

 M value IS 1.00

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AF01D3 (or 0xAF01D3) is known color: Dark Violet. HEX triplet: AF, 01 and D3. RGB value is (175,1,211). Sum of RGB (Red+Green+Blue) = 175+1+211=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 211 (82.81% from 255 or 54.52% from 387); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF01D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01D3 is #50FE2C. Grayscale: #4C4C4C. Windows color (decimal): -5307949 or 13828527. OLE color: 13828527.

HSL color Cylindrical-coordinate representation of color #AF01D3: hue angle of 289.71º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF01D3 is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 1 211 -
CMYK 0.17 1.00 0 0.17
HSL 289.71º 0.99% 0.42% -
HSV(B) 289.71º 1% 0.83% -
XYZ 29.45 13.84 62.75 -
YUV 76.97 203.65 197.92 -
System Red Green Blue C M Y K H S L
Decimal 175 1 211 0.17 1.00 0 0.17 289.71 0.99 0.42
Hex AF 1 D3 11 64 0 11 122 63 2A
Octal 257 1 323 21 144 0 21 442 143 52
Binary 10101111 1 11010011 10001 1100100 0 10001 100100010 1100011 101010

Color Harmonies of #AF01D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF01D3

Black with #AF01D3

Text Example


Text Example

White with #AF01D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF01D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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