Html Css Color HEX #AB1FC0 Dark Orchid

📋 copy color: '#AB1FC0'

red 171 ◦ green 31 ◦ blue 192

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

Shades of Dark Orchid #AB1FC0

Tints of Dark Orchid #AB1FC0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.87%

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

R = 43.4%
G = 7.87%
B = 48.73%

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

#AB1FC0 (or 0xAB1FC0) is known color: Dark Orchid. HEX triplet: AB, 1F and C0. RGB value is (171,31,192). Sum of RGB (Red+Green+Blue) = 171+31+192=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB1FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1FC0 is #54E03F. Grayscale: #5A5A5A. Windows color (decimal): -5562432 or 12591019. OLE color: 12591019.

HSL color Cylindrical-coordinate representation of color #AB1FC0: hue angle of 292.17º degrees, saturation: 0.72, 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 #AB1FC0 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 31 192 -
CMYK 0.11 0.84 0 0.25
HSL 292.17º 0.72% 0.44% -
HSV(B) 292.17º 0.84% 0.75% -
XYZ 26.8 13.44 51.05 -
YUV 91.21 184.88 184.91 -
System Red Green Blue C M Y K H S L
Decimal 171 31 192 0.11 0.84 0 0.25 292.17 0.72 0.44
Hex AB 1F C0 B 54 0 19 124 48 2C
Octal 253 37 300 13 124 0 31 444 110 54
Binary 10101011 11111 11000000 1011 1010100 0 11001 100100100 1001000 101100

Color Harmonies of #AB1FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1FC0

Black with #AB1FC0

Text Example


Text Example

White with #AB1FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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