Html Css Color HEX #AB3CEC Dark Orchid

📋 copy color: '#AB3CEC'

red 171 ◦ green 60 ◦ blue 236

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

Shades of Dark Orchid #AB3CEC

Tints of Dark Orchid #AB3CEC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.85%

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

R = 36.62%
G = 12.85%
B = 50.54%

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

#AB3CEC (or 0xAB3CEC) is known color: Dark Orchid. HEX triplet: AB, 3C and EC. RGB value is (171,60,236). Sum of RGB (Red+Green+Blue) = 171+60+236=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB3CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3CEC is #54C313. Grayscale: #707070. Windows color (decimal): -5554964 or 15482027. OLE color: 15482027.

HSL color Cylindrical-coordinate representation of color #AB3CEC: hue angle of 277.84º 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 #AB3CEC is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 60 236 -
CMYK 0.28 0.75 0 0.07
HSL 277.84º 0.82% 0.58% -
HSV(B) 277.84º 0.75% 0.93% -
XYZ 33.55 17.95 81.05 -
YUV 113.25 197.27 169.19 -
System Red Green Blue C M Y K H S L
Decimal 171 60 236 0.28 0.75 0 0.07 277.84 0.82 0.58
Hex AB 3C EC 1C 4B 0 7 116 52 3A
Octal 253 74 354 34 113 0 7 426 122 72
Binary 10101011 111100 11101100 11100 1001011 0 111 100010110 1010010 111010

Color Harmonies of #AB3CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3CEC

Black with #AB3CEC

Text Example


Text Example

White with #AB3CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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