Html Css Color HEX #AB2DBE Dark Orchid

📋 copy color: '#AB2DBE'

red 171 ◦ green 45 ◦ blue 190

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

Shades of Dark Orchid #AB2DBE

Tints of Dark Orchid #AB2DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.08%

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

R = 42.12%
G = 11.08%
B = 46.8%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB2DBE (or 0xAB2DBE) is known color: Dark Orchid. HEX triplet: AB, 2D and BE. RGB value is (171,45,190). Sum of RGB (Red+Green+Blue) = 171+45+190=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB2DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2DBE is #54D241. Grayscale: #626262. Windows color (decimal): -5558850 or 12463531. OLE color: 12463531.

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

Color convert

RGB 171 45 190 -
CMYK 0.10 0.76 0 0.25
HSL 292.14º 0.62% 0.46% -
HSV(B) 292.14º 0.76% 0.75% -
XYZ 27.03 14.25 50.04 -
YUV 99.2 179.24 179.21 -
System Red Green Blue C M Y K H S L
Decimal 171 45 190 0.10 0.76 0 0.25 292.14 0.62 0.46
Hex AB 2D BE A 4C 0 19 124 3E 2E
Octal 253 55 276 12 114 0 31 444 76 56
Binary 10101011 101101 10111110 1010 1001100 0 11001 100100100 111110 101110

Color Harmonies of #AB2DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2DBE

Black with #AB2DBE

Text Example


Text Example

White with #AB2DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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