Html Css Color HEX #AF05DD Dark Violet

📋 copy color: '#AF05DD'

red 175 ◦ green 5 ◦ blue 221

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

Shades of Dark Violet #AF05DD

Tints of Dark Violet #AF05DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.11%

R = 43.64%
G = 1.25%
B = 55.11%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF05DD (or 0xAF05DD) is known color: Dark Violet. HEX triplet: AF, 05 and DD. RGB value is (175,5,221). Sum of RGB (Red+Green+Blue) = 175+5+221=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF05DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF05DD is #50FA22. Grayscale: #4F4F4F. Windows color (decimal): -5306915 or 14484911. OLE color: 14484911.

HSL color Cylindrical-coordinate representation of color #AF05DD: hue angle of 287.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF05DD is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 5 221 -
CMYK 0.21 0.98 0 0.13
HSL 287.22º 0.96% 0.44% -
HSV(B) 287.22º 0.98% 0.87% -
XYZ 30.78 14.44 69.57 -
YUV 80.45 207.32 195.44 -
System Red Green Blue C M Y K H S L
Decimal 175 5 221 0.21 0.98 0 0.13 287.22 0.96 0.44
Hex AF 5 DD 15 62 0 D 11F 60 2C
Octal 257 5 335 25 142 0 15 437 140 54
Binary 10101111 101 11011101 10101 1100010 0 1101 100011111 1100000 101100

Color Harmonies of #AF05DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF05DD

Black with #AF05DD

Text Example


Text Example

White with #AF05DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF05DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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