Html Css Color HEX #AB2CBE Dark Orchid

📋 copy color: '#AB2CBE'

red 171 ◦ green 44 ◦ blue 190

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

Shades of Dark Orchid #AB2CBE

Tints of Dark Orchid #AB2CBE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.86%

 BLUE value IS 190 (74.61% from 255) = 46.91%

R = 42.22%
G = 10.86%
B = 46.91%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB2CBE (or 0xAB2CBE) is known color: Dark Orchid. HEX triplet: AB, 2C and BE. RGB value is (171,44,190). Sum of RGB (Red+Green+Blue) = 171+44+190=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB2CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2CBE is #54D341. Grayscale: #626262. Windows color (decimal): -5559106 or 12463275. OLE color: 12463275.

HSL color Cylindrical-coordinate representation of color #AB2CBE: hue angle of 292.19º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2CBE is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 44 190 -
CMYK 0.10 0.77 0 0.25
HSL 292.19º 0.62% 0.46% -
HSV(B) 292.19º 0.77% 0.75% -
XYZ 26.99 14.18 50.03 -
YUV 98.62 179.58 179.63 -
System Red Green Blue C M Y K H S L
Decimal 171 44 190 0.10 0.77 0 0.25 292.19 0.62 0.46
Hex AB 2C BE A 4D 0 19 124 3E 2E
Octal 253 54 276 12 115 0 31 444 76 56
Binary 10101011 101100 10111110 1010 1001101 0 11001 100100100 111110 101110

Color Harmonies of #AB2CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2CBE

Black with #AB2CBE

Text Example


Text Example

White with #AB2CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2CBE; }

 p { color: rgb(171,44,190); }

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

background-color css

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

 a { background-color: rgb(171,44,190); }

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

border-color css

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

 span { border-color: rgb(171,44,190); }

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