Html Css Color HEX #AB36B7 Dark Orchid

📋 copy color: '#AB36B7'

red 171 ◦ green 54 ◦ blue 183

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

Shades of Dark Orchid #AB36B7

Tints of Dark Orchid #AB36B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.85%

R = 41.91%
G = 13.24%
B = 44.85%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AB36B7 (or 0xAB36B7) is known color: Dark Orchid. HEX triplet: AB, 36 and B7. RGB value is (171,54,183). Sum of RGB (Red+Green+Blue) = 171+54+183=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 54 (21.48% from 255 or 13.24% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB36B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB36B7 is #54C948. Grayscale: #676767. Windows color (decimal): -5556553 or 12007083. OLE color: 12007083.

HSL color Cylindrical-coordinate representation of color #AB36B7: hue angle of 294.42º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB36B7 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 54 183 -
CMYK 0.07 0.70 0 0.28
HSL 294.42º 0.54% 0.46% -
HSV(B) 294.42º 0.7% 0.72% -
XYZ 26.66 14.72 46.23 -
YUV 103.69 172.76 176.01 -
System Red Green Blue C M Y K H S L
Decimal 171 54 183 0.07 0.70 0 0.28 294.42 0.54 0.46
Hex AB 36 B7 7 46 0 1C 126 36 2E
Octal 253 66 267 7 106 0 34 446 66 56
Binary 10101011 110110 10110111 111 1000110 0 11100 100100110 110110 101110

Color Harmonies of #AB36B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB36B7

Black with #AB36B7

Text Example


Text Example

White with #AB36B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB36B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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