Html Css Color HEX #AB36BD Dark Orchid

📋 copy color: '#AB36BD'

red 171 ◦ green 54 ◦ blue 189

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

Shades of Dark Orchid #AB36BD

Tints of Dark Orchid #AB36BD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.04%

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

R = 41.3%
G = 13.04%
B = 45.65%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB36BD (or 0xAB36BD) is known color: Dark Orchid. HEX triplet: AB, 36 and BD. RGB value is (171,54,189). Sum of RGB (Red+Green+Blue) = 171+54+189=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB36BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB36BD is #54C942. Grayscale: #676767. Windows color (decimal): -5556547 or 12400299. OLE color: 12400299.

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

Color convert

RGB 171 54 189 -
CMYK 0.10 0.71 0 0.26
HSL 292º 0.56% 0.48% -
HSV(B) 292º 0.71% 0.74% -
XYZ 27.3 14.97 49.59 -
YUV 104.37 175.76 175.52 -
System Red Green Blue C M Y K H S L
Decimal 171 54 189 0.10 0.71 0 0.26 292 0.56 0.48
Hex AB 36 BD A 47 0 1A 124 38 30
Octal 253 66 275 12 107 0 32 444 70 60
Binary 10101011 110110 10111101 1010 1000111 0 11010 100100100 111000 110000

Color Harmonies of #AB36BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB36BD

Black with #AB36BD

Text Example


Text Example

White with #AB36BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB36BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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