Html Css Color HEX #AB27DC Dark Orchid

📋 copy color: '#AB27DC'

red 171 ◦ green 39 ◦ blue 220

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

Shades of Dark Orchid #AB27DC

Tints of Dark Orchid #AB27DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.16%

R = 39.77%
G = 9.07%
B = 51.16%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB27DC (or 0xAB27DC) is known color: Dark Orchid. HEX triplet: AB, 27 and DC. RGB value is (171,39,220). Sum of RGB (Red+Green+Blue) = 171+39+220=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB27DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB27DC is #54D823. Grayscale: #626262. Windows color (decimal): -5560356 or 14428075. OLE color: 14428075.

HSL color Cylindrical-coordinate representation of color #AB27DC: hue angle of 283.76º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB27DC is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 39 220 -
CMYK 0.22 0.82 0 0.14
HSL 283.76º 0.72% 0.51% -
HSV(B) 283.76º 0.82% 0.86% -
XYZ 30.44 15.28 69.05 -
YUV 99.1 196.23 179.28 -
System Red Green Blue C M Y K H S L
Decimal 171 39 220 0.22 0.82 0 0.14 283.76 0.72 0.51
Hex AB 27 DC 16 52 0 E 11C 48 33
Octal 253 47 334 26 122 0 16 434 110 63
Binary 10101011 100111 11011100 10110 1010010 0 1110 100011100 1001000 110011

Color Harmonies of #AB27DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB27DC

Black with #AB27DC

Text Example


Text Example

White with #AB27DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB27DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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