Html Css Color HEX #AF03D3 Dark Violet

📋 copy color: '#AF03D3'

red 175 ◦ green 3 ◦ blue 211

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

Shades of Dark Violet #AF03D3

Tints of Dark Violet #AF03D3

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.77%

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

R = 44.99%
G = 0.77%
B = 54.24%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AF03D3 (or 0xAF03D3) is known color: Dark Violet. HEX triplet: AF, 03 and D3. RGB value is (175,3,211). Sum of RGB (Red+Green+Blue) = 175+3+211=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 211 (82.81% from 255 or 54.24% from 389); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF03D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF03D3 is #50FC2C. Grayscale: #4D4D4D. Windows color (decimal): -5307437 or 13829039. OLE color: 13829039.

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

Color convert

RGB 175 3 211 -
CMYK 0.17 0.99 0 0.17
HSL 289.62º 0.97% 0.42% -
HSV(B) 289.62º 0.99% 0.83% -
XYZ 29.47 13.88 62.75 -
YUV 78.14 202.98 197.09 -
System Red Green Blue C M Y K H S L
Decimal 175 3 211 0.17 0.99 0 0.17 289.62 0.97 0.42
Hex AF 3 D3 11 63 0 11 122 61 2A
Octal 257 3 323 21 143 0 21 442 141 52
Binary 10101111 11 11010011 10001 1100011 0 10001 100100010 1100001 101010

Color Harmonies of #AF03D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF03D3

Black with #AF03D3

Text Example


Text Example

White with #AF03D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF03D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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