Html Css Color HEX #AB22B8 Dark Orchid

📋 copy color: '#AB22B8'

red 171 ◦ green 34 ◦ blue 184

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

Shades of Dark Orchid #AB22B8

Tints of Dark Orchid #AB22B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.3%

R = 43.96%
G = 8.74%
B = 47.3%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AB22B8 (or 0xAB22B8) is known color: Dark Orchid. HEX triplet: AB, 22 and B8. RGB value is (171,34,184). Sum of RGB (Red+Green+Blue) = 171+34+184=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 34 (13.67% from 255 or 8.74% from 389); Blue value is 184 (72.27% from 255 or 47.30% from 389); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB22B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB22B8 is #54DD47. Grayscale: #5B5B5B. Windows color (decimal): -5561672 or 12067499. OLE color: 12067499.

HSL color Cylindrical-coordinate representation of color #AB22B8: hue angle of 294.8º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB22B8 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 34 184 -
CMYK 0.07 0.82 0 0.28
HSL 294.8º 0.69% 0.43% -
HSV(B) 294.8º 0.82% 0.72% -
XYZ 26.02 13.26 46.54 -
YUV 92.06 179.89 184.3 -
System Red Green Blue C M Y K H S L
Decimal 171 34 184 0.07 0.82 0 0.28 294.8 0.69 0.43
Hex AB 22 B8 7 52 0 1C 127 45 2B
Octal 253 42 270 7 122 0 34 447 105 53
Binary 10101011 100010 10111000 111 1010010 0 11100 100100111 1000101 101011

Color Harmonies of #AB22B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB22B8

Black with #AB22B8

Text Example


Text Example

White with #AB22B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB22B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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