Html Css Color HEX #AF22D0 Dark Orchid

📋 copy color: '#AF22D0'

red 175 ◦ green 34 ◦ blue 208

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

Shades of Dark Orchid #AF22D0

Tints of Dark Orchid #AF22D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.88%

R = 41.97%
G = 8.15%
B = 49.88%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF22D0 (or 0xAF22D0) is known color: Dark Orchid. HEX triplet: AF, 22 and D0. RGB value is (175,34,208). Sum of RGB (Red+Green+Blue) = 175+34+208=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 34 (13.67% from 255 or 8.15% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF22D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF22D0 is #50DD2F. Grayscale: #5F5F5F. Windows color (decimal): -5299504 or 13640367. OLE color: 13640367.

HSL color Cylindrical-coordinate representation of color #AF22D0: hue angle of 288.62º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF22D0 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 34 208 -
CMYK 0.16 0.84 0 0.18
HSL 288.62º 0.72% 0.47% -
HSV(B) 288.62º 0.84% 0.82% -
XYZ 29.64 14.81 60.97 -
YUV 96 191.21 184.35 -
System Red Green Blue C M Y K H S L
Decimal 175 34 208 0.16 0.84 0 0.18 288.62 0.72 0.47
Hex AF 22 D0 10 54 0 12 121 48 2F
Octal 257 42 320 20 124 0 22 441 110 57
Binary 10101111 100010 11010000 10000 1010100 0 10010 100100001 1001000 101111

Color Harmonies of #AF22D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF22D0

Black with #AF22D0

Text Example


Text Example

White with #AF22D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF22D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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