Html Css Color HEX #AB1AC0 Dark Orchid

📋 copy color: '#AB1AC0'

red 171 ◦ green 26 ◦ blue 192

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

Shades of Dark Orchid #AB1AC0

Tints of Dark Orchid #AB1AC0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.68%

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

R = 43.96%
G = 6.68%
B = 49.36%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB1AC0 (or 0xAB1AC0) is known color: Dark Orchid. HEX triplet: AB, 1A and C0. RGB value is (171,26,192). Sum of RGB (Red+Green+Blue) = 171+26+192=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB1AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1AC0 is #54E53F. Grayscale: #575757. Windows color (decimal): -5563712 or 12589739. OLE color: 12589739.

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

Color convert

RGB 171 26 192 -
CMYK 0.11 0.86 0 0.25
HSL 292.41º 0.76% 0.43% -
HSV(B) 292.41º 0.86% 0.75% -
XYZ 26.68 13.2 51.01 -
YUV 88.28 186.54 187 -
System Red Green Blue C M Y K H S L
Decimal 171 26 192 0.11 0.86 0 0.25 292.41 0.76 0.43
Hex AB 1A C0 B 56 0 19 124 4C 2B
Octal 253 32 300 13 126 0 31 444 114 53
Binary 10101011 11010 11000000 1011 1010110 0 11001 100100100 1001100 101011

Color Harmonies of #AB1AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1AC0

Black with #AB1AC0

Text Example


Text Example

White with #AB1AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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