Html Css Color HEX #AB2CEB Dark Orchid

📋 copy color: '#AB2CEB'

red 171 ◦ green 44 ◦ blue 235

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

Shades of Dark Orchid #AB2CEB

Tints of Dark Orchid #AB2CEB

RGB

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

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

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

R = 38%
G = 9.78%
B = 52.22%

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

#AB2CEB (or 0xAB2CEB) is known color: Dark Orchid. HEX triplet: AB, 2C and EB. RGB value is (171,44,235). Sum of RGB (Red+Green+Blue) = 171+44+235=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 44 (17.58% from 255 or 9.78% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB2CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2CEB is #54D314. Grayscale: #676767. Windows color (decimal): -5559061 or 15412395. OLE color: 15412395.

HSL color Cylindrical-coordinate representation of color #AB2CEB: hue angle of 279.9º 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 #AB2CEB is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 44 235 -
CMYK 0.27 0.81 0 0.08
HSL 279.9º 0.83% 0.55% -
HSV(B) 279.9º 0.81% 0.92% -
XYZ 32.69 16.46 80.05 -
YUV 103.75 202.08 175.97 -
System Red Green Blue C M Y K H S L
Decimal 171 44 235 0.27 0.81 0 0.08 279.9 0.83 0.55
Hex AB 2C EB 1B 51 0 8 118 53 37
Octal 253 54 353 33 121 0 10 430 123 67
Binary 10101011 101100 11101011 11011 1010001 0 1000 100011000 1010011 110111

Color Harmonies of #AB2CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2CEB

Black with #AB2CEB

Text Example


Text Example

White with #AB2CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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