Html Css Color HEX #AF22AB Dark Orchid

📋 copy color: '#AF22AB'

red 175 ◦ green 34 ◦ blue 171

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

Shades of Dark Orchid #AF22AB

Tints of Dark Orchid #AF22AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45%

R = 46.05%
G = 8.95%
B = 45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF22AB (or 0xAF22AB) is known color: Dark Orchid. HEX triplet: AF, 22 and AB. RGB value is (175,34,171). Sum of RGB (Red+Green+Blue) = 175+34+171=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF22AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF22AB is #50DD54. Grayscale: #5B5B5B. Windows color (decimal): -5299541 or 11215535. OLE color: 11215535.

HSL color Cylindrical-coordinate representation of color #AF22AB: hue angle of 301.7º 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 #AF22AB is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 34 171 -
CMYK 0 0.81 0.02 0.31
HSL 301.7º 0.67% 0.41% -
HSV(B) 301.7º 0.81% 0.69% -
XYZ 25.6 13.2 39.73 -
YUV 91.78 172.71 187.36 -
System Red Green Blue C M Y K H S L
Decimal 175 34 171 0 0.81 0.02 0.31 301.7 0.67 0.41
Hex AF 22 AB 0 51 2 1F 12E 43 29
Octal 257 42 253 0 121 2 37 456 103 51
Binary 10101111 100010 10101011 0 1010001 10 11111 100101110 1000011 101001

Color Harmonies of #AF22AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF22AB

Black with #AF22AB

Text Example


Text Example

White with #AF22AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF22AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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