Html Css Color HEX #AB2EEB Dark Orchid

📋 copy color: '#AB2EEB'

red 171 ◦ green 46 ◦ blue 235

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

Shades of Dark Orchid #AB2EEB

Tints of Dark Orchid #AB2EEB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.18%

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

R = 37.83%
G = 10.18%
B = 51.99%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB2EEB (or 0xAB2EEB) is known color: Dark Orchid. HEX triplet: AB, 2E and EB. RGB value is (171,46,235). Sum of RGB (Red+Green+Blue) = 171+46+235=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 46 (18.36% from 255 or 10.18% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB2EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2EEB is #54D114. Grayscale: #686868. Windows color (decimal): -5558549 or 15412907. OLE color: 15412907.

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

Color convert

RGB 171 46 235 -
CMYK 0.27 0.80 0 0.08
HSL 279.68º 0.83% 0.55% -
HSV(B) 279.68º 0.8% 0.92% -
XYZ 32.77 16.61 80.08 -
YUV 104.92 201.41 175.13 -
System Red Green Blue C M Y K H S L
Decimal 171 46 235 0.27 0.80 0 0.08 279.68 0.83 0.55
Hex AB 2E EB 1B 50 0 8 118 53 37
Octal 253 56 353 33 120 0 10 430 123 67
Binary 10101011 101110 11101011 11011 1010000 0 1000 100011000 1010011 110111

Color Harmonies of #AB2EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2EEB

Black with #AB2EEB

Text Example


Text Example

White with #AB2EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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