Html Css Color HEX #AB27BF Dark Orchid

📋 copy color: '#AB27BF'

red 171 ◦ green 39 ◦ blue 191

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

Shades of Dark Orchid #AB27BF

Tints of Dark Orchid #AB27BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.63%

R = 42.64%
G = 9.73%
B = 47.63%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB27BF (or 0xAB27BF) is known color: Dark Orchid. HEX triplet: AB, 27 and BF. RGB value is (171,39,191). Sum of RGB (Red+Green+Blue) = 171+39+191=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB27BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB27BF is #54D840. Grayscale: #5F5F5F. Windows color (decimal): -5560385 or 12527531. OLE color: 12527531.

HSL color Cylindrical-coordinate representation of color #AB27BF: hue angle of 292.11º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB27BF is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 39 191 -
CMYK 0.10 0.80 0 0.25
HSL 292.11º 0.66% 0.45% -
HSV(B) 292.11º 0.8% 0.75% -
XYZ 26.92 13.87 50.55 -
YUV 95.8 181.73 181.64 -
System Red Green Blue C M Y K H S L
Decimal 171 39 191 0.10 0.80 0 0.25 292.11 0.66 0.45
Hex AB 27 BF A 50 0 19 124 42 2D
Octal 253 47 277 12 120 0 31 444 102 55
Binary 10101011 100111 10111111 1010 1010000 0 11001 100100100 1000010 101101

Color Harmonies of #AB27BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB27BF

Black with #AB27BF

Text Example


Text Example

White with #AB27BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB27BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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