Html Css Color HEX #AF03D5 Dark Violet

📋 copy color: '#AF03D5'

red 175 ◦ green 3 ◦ blue 213

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

Shades of Dark Violet #AF03D5

Tints of Dark Violet #AF03D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 54.48%

R = 44.76%
G = 0.77%
B = 54.48%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF03D5 (or 0xAF03D5) is known color: Dark Violet. HEX triplet: AF, 03 and D5. RGB value is (175,3,213). Sum of RGB (Red+Green+Blue) = 175+3+213=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 3 (1.56% from 255 or 0.77% from 391); Blue value is 213 (83.59% from 255 or 54.48% from 391); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF03D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF03D5 is #50FC2A. Grayscale: #4D4D4D. Windows color (decimal): -5307435 or 13960111. OLE color: 13960111.

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

Color convert

RGB 175 3 213 -
CMYK 0.18 0.99 0 0.16
HSL 289.14º 0.97% 0.42% -
HSV(B) 289.14º 0.99% 0.84% -
XYZ 29.72 13.98 64.08 -
YUV 78.37 203.98 196.92 -
System Red Green Blue C M Y K H S L
Decimal 175 3 213 0.18 0.99 0 0.16 289.14 0.97 0.42
Hex AF 3 D5 12 63 0 10 121 61 2A
Octal 257 3 325 22 143 0 20 441 141 52
Binary 10101111 11 11010101 10010 1100011 0 10000 100100001 1100001 101010

Color Harmonies of #AF03D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF03D5

Black with #AF03D5

Text Example


Text Example

White with #AF03D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF03D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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