Html Css Color HEX #AB22AC Dark Orchid

📋 copy color: '#AB22AC'

red 171 ◦ green 34 ◦ blue 172

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

Shades of Dark Orchid #AB22AC

Tints of Dark Orchid #AB22AC

RGB

 RED value IS 171 (67.19% from 255) = 45.36%

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

 BLUE value IS 172 (67.58% from 255) = 45.62%

R = 45.36%
G = 9.02%
B = 45.62%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB22AC (or 0xAB22AC) is known color: Dark Orchid. HEX triplet: AB, 22 and AC. RGB value is (171,34,172). Sum of RGB (Red+Green+Blue) = 171+34+172=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB22AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB22AC is #54DD53. Grayscale: #5A5A5A. Windows color (decimal): -5561684 or 11281067. OLE color: 11281067.

HSL color Cylindrical-coordinate representation of color #AB22AC: hue angle of 299.57º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB22AC is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 34 172 -
CMYK 0.01 0.80 0 0.33
HSL 299.57º 0.67% 0.4% -
HSV(B) 299.57º 0.8% 0.67% -
XYZ 24.81 12.78 40.19 -
YUV 90.7 173.89 185.28 -
System Red Green Blue C M Y K H S L
Decimal 171 34 172 0.01 0.80 0 0.33 299.57 0.67 0.4
Hex AB 22 AC 1 50 0 21 12C 43 28
Octal 253 42 254 1 120 0 41 454 103 50
Binary 10101011 100010 10101100 1 1010000 0 100001 100101100 1000011 101000

Color Harmonies of #AB22AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB22AC

Black with #AB22AC

Text Example


Text Example

White with #AB22AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB22AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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