Html Css Color HEX #AF05D5 Dark Violet

📋 copy color: '#AF05D5'

red 175 ◦ green 5 ◦ blue 213

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

Shades of Dark Violet #AF05D5

Tints of Dark Violet #AF05D5

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.27%

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

R = 44.53%
G = 1.27%
B = 54.2%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF05D5 (or 0xAF05D5) is known color: Dark Violet. HEX triplet: AF, 05 and D5. RGB value is (175,5,213). Sum of RGB (Red+Green+Blue) = 175+5+213=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 213 (83.59% from 255 or 54.20% from 393); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF05D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF05D5 is #50FA2A. Grayscale: #4E4E4E. Windows color (decimal): -5306923 or 13960623. OLE color: 13960623.

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

Color convert

RGB 175 5 213 -
CMYK 0.18 0.98 0 0.16
HSL 289.04º 0.95% 0.43% -
HSV(B) 289.04º 0.98% 0.84% -
XYZ 29.74 14.03 64.09 -
YUV 79.54 203.32 196.09 -
System Red Green Blue C M Y K H S L
Decimal 175 5 213 0.18 0.98 0 0.16 289.04 0.95 0.43
Hex AF 5 D5 12 62 0 10 121 5F 2B
Octal 257 5 325 22 142 0 20 441 137 53
Binary 10101111 101 11010101 10010 1100010 0 10000 100100001 1011111 101011

Color Harmonies of #AF05D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF05D5

Black with #AF05D5

Text Example


Text Example

White with #AF05D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF05D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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