Html Css Color HEX #AB22BC Dark Orchid

📋 copy color: '#AB22BC'

red 171 ◦ green 34 ◦ blue 188

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

Shades of Dark Orchid #AB22BC

Tints of Dark Orchid #AB22BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 43.51%
G = 8.65%
B = 47.84%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB22BC (or 0xAB22BC) is known color: Dark Orchid. HEX triplet: AB, 22 and BC. RGB value is (171,34,188). Sum of RGB (Red+Green+Blue) = 171+34+188=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB22BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB22BC is #54DD43. Grayscale: #5C5C5C. Windows color (decimal): -5561668 or 12329643. OLE color: 12329643.

HSL color Cylindrical-coordinate representation of color #AB22BC: hue angle of 293.38º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB22BC is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 34 188 -
CMYK 0.09 0.82 0 0.26
HSL 293.38º 0.69% 0.44% -
HSV(B) 293.38º 0.82% 0.74% -
XYZ 26.44 13.43 48.78 -
YUV 92.52 181.89 183.98 -
System Red Green Blue C M Y K H S L
Decimal 171 34 188 0.09 0.82 0 0.26 293.38 0.69 0.44
Hex AB 22 BC 9 52 0 1A 125 45 2C
Octal 253 42 274 11 122 0 32 445 105 54
Binary 10101011 100010 10111100 1001 1010010 0 11010 100100101 1000101 101100

Color Harmonies of #AB22BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB22BC

Black with #AB22BC

Text Example


Text Example

White with #AB22BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB22BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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