Html Css Color HEX #AB27BC Dark Orchid

📋 copy color: '#AB27BC'

red 171 ◦ green 39 ◦ blue 188

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

Shades of Dark Orchid #AB27BC

Tints of Dark Orchid #AB27BC

RGB

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

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

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

R = 42.96%
G = 9.8%
B = 47.24%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB27BC (or 0xAB27BC) is known color: Dark Orchid. HEX triplet: AB, 27 and BC. RGB value is (171,39,188). Sum of RGB (Red+Green+Blue) = 171+39+188=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 39 (15.62% from 255 or 9.80% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB27BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB27BC is #54D843. Grayscale: #5E5E5E. Windows color (decimal): -5560388 or 12330923. OLE color: 12330923.

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

Color convert

RGB 171 39 188 -
CMYK 0.09 0.79 0 0.26
HSL 293.15º 0.66% 0.45% -
HSV(B) 293.15º 0.79% 0.74% -
XYZ 26.6 13.74 48.83 -
YUV 95.45 180.23 181.88 -
System Red Green Blue C M Y K H S L
Decimal 171 39 188 0.09 0.79 0 0.26 293.15 0.66 0.45
Hex AB 27 BC 9 4F 0 1A 125 42 2D
Octal 253 47 274 11 117 0 32 445 102 55
Binary 10101011 100111 10111100 1001 1001111 0 11010 100100101 1000010 101101

Color Harmonies of #AB27BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB27BC

Black with #AB27BC

Text Example


Text Example

White with #AB27BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB27BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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