Html Css Color HEX #AB27B9 Dark Orchid

📋 copy color: '#AB27B9'

red 171 ◦ green 39 ◦ blue 185

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

Shades of Dark Orchid #AB27B9

Tints of Dark Orchid #AB27B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.84%

R = 43.29%
G = 9.87%
B = 46.84%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB27B9 (or 0xAB27B9) is known color: Dark Orchid. HEX triplet: AB, 27 and B9. RGB value is (171,39,185). Sum of RGB (Red+Green+Blue) = 171+39+185=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB27B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB27B9 is #54D846. Grayscale: #5E5E5E. Windows color (decimal): -5560391 or 12134315. OLE color: 12134315.

HSL color Cylindrical-coordinate representation of color #AB27B9: hue angle of 294.25º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB27B9 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 39 185 -
CMYK 0.08 0.79 0 0.27
HSL 294.25º 0.65% 0.44% -
HSV(B) 294.25º 0.79% 0.73% -
XYZ 26.28 13.61 47.14 -
YUV 95.11 178.73 182.13 -
System Red Green Blue C M Y K H S L
Decimal 171 39 185 0.08 0.79 0 0.27 294.25 0.65 0.44
Hex AB 27 B9 8 4F 0 1B 126 41 2C
Octal 253 47 271 10 117 0 33 446 101 54
Binary 10101011 100111 10111001 1000 1001111 0 11011 100100110 1000001 101100

Color Harmonies of #AB27B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB27B9

Black with #AB27B9

Text Example


Text Example

White with #AB27B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB27B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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