Html Css Color HEX #AB2DEB Dark Orchid

📋 copy color: '#AB2DEB'

red 171 ◦ green 45 ◦ blue 235

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

Shades of Dark Orchid #AB2DEB

Tints of Dark Orchid #AB2DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.11%

R = 37.92%
G = 9.98%
B = 52.11%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB2DEB (or 0xAB2DEB) is known color: Dark Orchid. HEX triplet: AB, 2D and EB. RGB value is (171,45,235). Sum of RGB (Red+Green+Blue) = 171+45+235=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB2DEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2DEB is #54D214. Grayscale: #676767. Windows color (decimal): -5558805 or 15412651. OLE color: 15412651.

HSL color Cylindrical-coordinate representation of color #AB2DEB: hue angle of 279.79º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2DEB is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 45 235 -
CMYK 0.27 0.81 0 0.08
HSL 279.79º 0.83% 0.55% -
HSV(B) 279.79º 0.81% 0.92% -
XYZ 32.73 16.53 80.06 -
YUV 104.33 201.74 175.55 -
System Red Green Blue C M Y K H S L
Decimal 171 45 235 0.27 0.81 0 0.08 279.79 0.83 0.55
Hex AB 2D EB 1B 51 0 8 118 53 37
Octal 253 55 353 33 121 0 10 430 123 67
Binary 10101011 101101 11101011 11011 1010001 0 1000 100011000 1010011 110111

Color Harmonies of #AB2DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2DEB

Black with #AB2DEB

Text Example


Text Example

White with #AB2DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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