Html Css Color HEX #AB27AA Dark Orchid

📋 copy color: '#AB27AA'

red 171 ◦ green 39 ◦ blue 170

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

Shades of Dark Orchid #AB27AA

Tints of Dark Orchid #AB27AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.26%

 BLUE value IS 170 (66.8% from 255) = 44.74%

R = 45%
G = 10.26%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB27AA (or 0xAB27AA) is known color: Dark Orchid. HEX triplet: AB, 27 and AA. RGB value is (171,39,170). Sum of RGB (Red+Green+Blue) = 171+39+170=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB27AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB27AA is #54D855. Grayscale: #5D5D5D. Windows color (decimal): -5560406 or 11151275. OLE color: 11151275.

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

Color convert

RGB 171 39 170 -
CMYK 0 0.77 0.01 0.33
HSL 300.45º 0.63% 0.41% -
HSV(B) 300.45º 0.77% 0.67% -
XYZ 24.78 13.01 39.24 -
YUV 93.4 171.23 183.35 -
System Red Green Blue C M Y K H S L
Decimal 171 39 170 0 0.77 0.01 0.33 300.45 0.63 0.41
Hex AB 27 AA 0 4D 1 21 12C 3F 29
Octal 253 47 252 0 115 1 41 454 77 51
Binary 10101011 100111 10101010 0 1001101 1 100001 100101100 111111 101001

Color Harmonies of #AB27AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB27AA

Black with #AB27AA

Text Example


Text Example

White with #AB27AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB27AA; }

 p { color: rgb(171,39,170); }

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

background-color css

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

 a { background-color: rgb(171,39,170); }

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

border-color css

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

 span { border-color: rgb(171,39,170); }

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