Html Css Color HEX #AB3BEC Dark Orchid

📋 copy color: '#AB3BEC'

red 171 ◦ green 59 ◦ blue 236

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

Shades of Dark Orchid #AB3BEC

Tints of Dark Orchid #AB3BEC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.66%

 BLUE value IS 236 (92.58% from 255) = 50.64%

R = 36.7%
G = 12.66%
B = 50.64%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB3BEC (or 0xAB3BEC) is known color: Dark Orchid. HEX triplet: AB, 3B and EC. RGB value is (171,59,236). Sum of RGB (Red+Green+Blue) = 171+59+236=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB3BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3BEC is #54C413. Grayscale: #707070. Windows color (decimal): -5555220 or 15481771. OLE color: 15481771.

HSL color Cylindrical-coordinate representation of color #AB3BEC: hue angle of 277.97º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB3BEC is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 59 236 -
CMYK 0.28 0.75 0 0.07
HSL 277.97º 0.82% 0.58% -
HSV(B) 277.97º 0.75% 0.93% -
XYZ 33.5 17.84 81.04 -
YUV 112.67 197.61 169.61 -
System Red Green Blue C M Y K H S L
Decimal 171 59 236 0.28 0.75 0 0.07 277.97 0.82 0.58
Hex AB 3B EC 1C 4B 0 7 116 52 3A
Octal 253 73 354 34 113 0 7 426 122 72
Binary 10101011 111011 11101100 11100 1001011 0 111 100010110 1010010 111010

Color Harmonies of #AB3BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3BEC

Black with #AB3BEC

Text Example


Text Example

White with #AB3BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3BEC; }

 p { color: rgb(171,59,236); }

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

background-color css

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

 a { background-color: rgb(171,59,236); }

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

border-color css

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

 span { border-color: rgb(171,59,236); }

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