Html Css Color HEX #AF22D7 Dark Orchid

📋 copy color: '#AF22D7'

red 175 ◦ green 34 ◦ blue 215

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

Shades of Dark Orchid #AF22D7

Tints of Dark Orchid #AF22D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.71%

R = 41.27%
G = 8.02%
B = 50.71%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF22D7 (or 0xAF22D7) is known color: Dark Orchid. HEX triplet: AF, 22 and D7. RGB value is (175,34,215). Sum of RGB (Red+Green+Blue) = 175+34+215=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 34 (13.67% from 255 or 8.02% from 424); Blue value is 215 (84.38% from 255 or 50.71% from 424); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF22D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF22D7 is #50DD28. Grayscale: #606060. Windows color (decimal): -5299497 or 14099119. OLE color: 14099119.

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

Color convert

RGB 175 34 215 -
CMYK 0.19 0.84 0 0.16
HSL 286.74º 0.73% 0.49% -
HSV(B) 286.74º 0.84% 0.84% -
XYZ 30.52 15.16 65.61 -
YUV 96.79 194.71 183.78 -
System Red Green Blue C M Y K H S L
Decimal 175 34 215 0.19 0.84 0 0.16 286.74 0.73 0.49
Hex AF 22 D7 13 54 0 10 11F 49 31
Octal 257 42 327 23 124 0 20 437 111 61
Binary 10101111 100010 11010111 10011 1010100 0 10000 100011111 1001001 110001

Color Harmonies of #AF22D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF22D7

Black with #AF22D7

Text Example


Text Example

White with #AF22D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF22D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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