Html Css Color HEX #AF09DD Dark Violet

📋 copy color: '#AF09DD'

red 175 ◦ green 9 ◦ blue 221

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

Shades of Dark Violet #AF09DD

Tints of Dark Violet #AF09DD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.22%

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

R = 43.21%
G = 2.22%
B = 54.57%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF09DD (or 0xAF09DD) is known color: Dark Violet. HEX triplet: AF, 09 and DD. RGB value is (175,9,221). Sum of RGB (Red+Green+Blue) = 175+9+221=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF09DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF09DD is #50F622. Grayscale: #525252. Windows color (decimal): -5305891 or 14485935. OLE color: 14485935.

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

Color convert

RGB 175 9 221 -
CMYK 0.21 0.96 0 0.13
HSL 286.98º 0.92% 0.45% -
HSV(B) 286.98º 0.96% 0.87% -
XYZ 30.83 14.53 69.59 -
YUV 82.8 206 193.76 -
System Red Green Blue C M Y K H S L
Decimal 175 9 221 0.21 0.96 0 0.13 286.98 0.92 0.45
Hex AF 9 DD 15 60 0 D 11F 5C 2D
Octal 257 11 335 25 140 0 15 437 134 55
Binary 10101111 1001 11011101 10101 1100000 0 1101 100011111 1011100 101101

Color Harmonies of #AF09DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF09DD

Black with #AF09DD

Text Example


Text Example

White with #AF09DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF09DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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