Html Css Color HEX #AB2ECC Dark Orchid

📋 copy color: '#AB2ECC'

red 171 ◦ green 46 ◦ blue 204

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

Shades of Dark Orchid #AB2ECC

Tints of Dark Orchid #AB2ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.46%

R = 40.62%
G = 10.93%
B = 48.46%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB2ECC (or 0xAB2ECC) is known color: Dark Orchid. HEX triplet: AB, 2E and CC. RGB value is (171,46,204). Sum of RGB (Red+Green+Blue) = 171+46+204=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 46 (18.36% from 255 or 10.93% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB2ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2ECC is #54D133. Grayscale: #646464. Windows color (decimal): -5558580 or 13381291. OLE color: 13381291.

HSL color Cylindrical-coordinate representation of color #AB2ECC: hue angle of 287.47º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2ECC is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 46 204 -
CMYK 0.16 0.77 0 0.2
HSL 287.47º 0.63% 0.49% -
HSV(B) 287.47º 0.77% 0.8% -
XYZ 28.67 14.97 58.51 -
YUV 101.39 185.91 177.65 -
System Red Green Blue C M Y K H S L
Decimal 171 46 204 0.16 0.77 0 0.2 287.47 0.63 0.49
Hex AB 2E CC 10 4D 0 14 11F 3F 31
Octal 253 56 314 20 115 0 24 437 77 61
Binary 10101011 101110 11001100 10000 1001101 0 10100 100011111 111111 110001

Color Harmonies of #AB2ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2ECC

Black with #AB2ECC

Text Example


Text Example

White with #AB2ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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