Html Css Color HEX #AB1EC0 Dark Orchid

📋 copy color: '#AB1EC0'

red 171 ◦ green 30 ◦ blue 192

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

Shades of Dark Orchid #AB1EC0

Tints of Dark Orchid #AB1EC0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.63%

 BLUE value IS 192 (75.39% from 255) = 48.85%

R = 43.51%
G = 7.63%
B = 48.85%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB1EC0 (or 0xAB1EC0) is known color: Dark Orchid. HEX triplet: AB, 1E and C0. RGB value is (171,30,192). Sum of RGB (Red+Green+Blue) = 171+30+192=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB1EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1EC0 is #54E13F. Grayscale: #5A5A5A. Windows color (decimal): -5562688 or 12590763. OLE color: 12590763.

HSL color Cylindrical-coordinate representation of color #AB1EC0: hue angle of 292.22º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1EC0 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 30 192 -
CMYK 0.11 0.84 0 0.25
HSL 292.22º 0.73% 0.44% -
HSV(B) 292.22º 0.84% 0.75% -
XYZ 26.77 13.39 51.04 -
YUV 90.63 185.21 185.33 -
System Red Green Blue C M Y K H S L
Decimal 171 30 192 0.11 0.84 0 0.25 292.22 0.73 0.44
Hex AB 1E C0 B 54 0 19 124 49 2C
Octal 253 36 300 13 124 0 31 444 111 54
Binary 10101011 11110 11000000 1011 1010100 0 11001 100100100 1001001 101100

Color Harmonies of #AB1EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1EC0

Black with #AB1EC0

Text Example


Text Example

White with #AB1EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1EC0; }

 p { color: rgb(171,30,192); }

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

background-color css

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

 a { background-color: rgb(171,30,192); }

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

border-color css

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

 span { border-color: rgb(171,30,192); }

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