Html Css Color HEX #AF04D5 Dark Violet

📋 copy color: '#AF04D5'

red 175 ◦ green 4 ◦ blue 213

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

Shades of Dark Violet #AF04D5

Tints of Dark Violet #AF04D5

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.02%

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

R = 44.64%
G = 1.02%
B = 54.34%

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

#AF04D5 (or 0xAF04D5) is known color: Dark Violet. HEX triplet: AF, 04 and D5. RGB value is (175,4,213). Sum of RGB (Red+Green+Blue) = 175+4+213=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 213 (83.59% from 255 or 54.34% from 392); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF04D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF04D5 is #50FB2A. Grayscale: #4E4E4E. Windows color (decimal): -5307179 or 13960367. OLE color: 13960367.

HSL color Cylindrical-coordinate representation of color #AF04D5: hue angle of 289.09º degrees, saturation: 0.96, 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 #AF04D5 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 4 213 -
CMYK 0.18 0.98 0 0.16
HSL 289.09º 0.96% 0.43% -
HSV(B) 289.09º 0.98% 0.84% -
XYZ 29.73 14 64.09 -
YUV 78.96 203.65 196.51 -
System Red Green Blue C M Y K H S L
Decimal 175 4 213 0.18 0.98 0 0.16 289.09 0.96 0.43
Hex AF 4 D5 12 62 0 10 121 60 2B
Octal 257 4 325 22 142 0 20 441 140 53
Binary 10101111 100 11010101 10010 1100010 0 10000 100100001 1100000 101011

Color Harmonies of #AF04D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF04D5

Black with #AF04D5

Text Example


Text Example

White with #AF04D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF04D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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