Html Css Color HEX #AB2BE0 Dark Orchid

📋 copy color: '#AB2BE0'

red 171 ◦ green 43 ◦ blue 224

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

Shades of Dark Orchid #AB2BE0

Tints of Dark Orchid #AB2BE0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.82%

 BLUE value IS 224 (87.89% from 255) = 51.14%

R = 39.04%
G = 9.82%
B = 51.14%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB2BE0 (or 0xAB2BE0) is known color: Dark Orchid. HEX triplet: AB, 2B and E0. RGB value is (171,43,224). Sum of RGB (Red+Green+Blue) = 171+43+224=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 224 (87.89% from 255 or 51.14% from 438); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB2BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2BE0 is #54D41F. Grayscale: #656565. Windows color (decimal): -5559328 or 14691243. OLE color: 14691243.

HSL color Cylindrical-coordinate representation of color #AB2BE0: hue angle of 282.43º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2BE0 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 43 224 -
CMYK 0.24 0.81 0 0.12
HSL 282.43º 0.74% 0.52% -
HSV(B) 282.43º 0.81% 0.88% -
XYZ 31.11 15.77 71.92 -
YUV 101.91 196.91 177.28 -
System Red Green Blue C M Y K H S L
Decimal 171 43 224 0.24 0.81 0 0.12 282.43 0.74 0.52
Hex AB 2B E0 18 51 0 C 11A 4A 34
Octal 253 53 340 30 121 0 14 432 112 64
Binary 10101011 101011 11100000 11000 1010001 0 1100 100011010 1001010 110100

Color Harmonies of #AB2BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2BE0

Black with #AB2BE0

Text Example


Text Example

White with #AB2BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2BE0; }

 p { color: rgb(171,43,224); }

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

background-color css

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

 a { background-color: rgb(171,43,224); }

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

border-color css

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

 span { border-color: rgb(171,43,224); }

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