Html Css Color HEX #AB1BBD Dark Orchid

📋 copy color: '#AB1BBD'

red 171 ◦ green 27 ◦ blue 189

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

Shades of Dark Orchid #AB1BBD

Tints of Dark Orchid #AB1BBD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.98%

 BLUE value IS 189 (74.22% from 255) = 48.84%

R = 44.19%
G = 6.98%
B = 48.84%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB1BBD (or 0xAB1BBD) is known color: Dark Orchid. HEX triplet: AB, 1B and BD. RGB value is (171,27,189). Sum of RGB (Red+Green+Blue) = 171+27+189=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 27 (10.94% from 255 or 6.98% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB1BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1BBD is #54E442. Grayscale: #585858. Windows color (decimal): -5563459 or 12393387. OLE color: 12393387.

HSL color Cylindrical-coordinate representation of color #AB1BBD: hue angle of 293.33º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1BBD is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 27 189 -
CMYK 0.10 0.86 0 0.26
HSL 293.33º 0.75% 0.42% -
HSV(B) 293.33º 0.86% 0.74% -
XYZ 26.37 13.12 49.29 -
YUV 88.52 184.71 186.83 -
System Red Green Blue C M Y K H S L
Decimal 171 27 189 0.10 0.86 0 0.26 293.33 0.75 0.42
Hex AB 1B BD A 56 0 1A 125 4B 2A
Octal 253 33 275 12 126 0 32 445 113 52
Binary 10101011 11011 10111101 1010 1010110 0 11010 100100101 1001011 101010

Color Harmonies of #AB1BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1BBD

Black with #AB1BBD

Text Example


Text Example

White with #AB1BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1BBD; }

 p { color: rgb(171,27,189); }

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

background-color css

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

 a { background-color: rgb(171,27,189); }

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

border-color css

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

 span { border-color: rgb(171,27,189); }

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