Html Css Color HEX #AF22D9 Dark Orchid

📋 copy color: '#AF22D9'

red 175 ◦ green 34 ◦ blue 217

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

Shades of Dark Orchid #AF22D9

Tints of Dark Orchid #AF22D9

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.98%

 BLUE value IS 217 (85.16% from 255) = 50.94%

R = 41.08%
G = 7.98%
B = 50.94%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF22D9 (or 0xAF22D9) is known color: Dark Orchid. HEX triplet: AF, 22 and D9. RGB value is (175,34,217). Sum of RGB (Red+Green+Blue) = 175+34+217=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 34 (13.67% from 255 or 7.98% from 426); Blue value is 217 (85.16% from 255 or 50.94% from 426); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF22D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF22D9 is #50DD26. Grayscale: #606060. Windows color (decimal): -5299495 or 14230191. OLE color: 14230191.

HSL color Cylindrical-coordinate representation of color #AF22D9: hue angle of 286.23º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF22D9 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 34 217 -
CMYK 0.19 0.84 0 0.15
HSL 286.23º 0.73% 0.49% -
HSV(B) 286.23º 0.84% 0.85% -
XYZ 30.78 15.27 66.97 -
YUV 97.02 195.71 183.62 -
System Red Green Blue C M Y K H S L
Decimal 175 34 217 0.19 0.84 0 0.15 286.23 0.73 0.49
Hex AF 22 D9 13 54 0 F 11E 49 31
Octal 257 42 331 23 124 0 17 436 111 61
Binary 10101111 100010 11011001 10011 1010100 0 1111 100011110 1001001 110001

Color Harmonies of #AF22D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF22D9

Black with #AF22D9

Text Example


Text Example

White with #AF22D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF22D9; }

 p { color: rgb(175,34,217); }

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

background-color css

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

 a { background-color: rgb(175,34,217); }

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

border-color css

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

 span { border-color: rgb(175,34,217); }

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