Html Css Color HEX #AF22AD Dark Orchid

📋 copy color: '#AF22AD'

red 175 ◦ green 34 ◦ blue 173

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

Shades of Dark Orchid #AF22AD

Tints of Dark Orchid #AF22AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.29%

R = 45.81%
G = 8.9%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF22AD (or 0xAF22AD) is known color: Dark Orchid. HEX triplet: AF, 22 and AD. RGB value is (175,34,173). Sum of RGB (Red+Green+Blue) = 175+34+173=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF22AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF22AD is #50DD52. Grayscale: #5B5B5B. Windows color (decimal): -5299539 or 11346607. OLE color: 11346607.

HSL color Cylindrical-coordinate representation of color #AF22AD: hue angle of 300.85º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF22AD is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 34 173 -
CMYK 0 0.81 0.01 0.31
HSL 300.85º 0.67% 0.41% -
HSV(B) 300.85º 0.81% 0.69% -
XYZ 25.79 13.28 40.74 -
YUV 92.01 173.71 187.2 -
System Red Green Blue C M Y K H S L
Decimal 175 34 173 0 0.81 0.01 0.31 300.85 0.67 0.41
Hex AF 22 AD 0 51 1 1F 12D 43 29
Octal 257 42 255 0 121 1 37 455 103 51
Binary 10101111 100010 10101101 0 1010001 1 11111 100101101 1000011 101001

Color Harmonies of #AF22AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF22AD

Black with #AF22AD

Text Example


Text Example

White with #AF22AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF22AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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