Html Css Color HEX #AB1FBC Dark Orchid

📋 copy color: '#AB1FBC'

red 171 ◦ green 31 ◦ blue 188

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

Shades of Dark Orchid #AB1FBC

Tints of Dark Orchid #AB1FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.21%

R = 43.85%
G = 7.95%
B = 48.21%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB1FBC (or 0xAB1FBC) is known color: Dark Orchid. HEX triplet: AB, 1F and BC. RGB value is (171,31,188). Sum of RGB (Red+Green+Blue) = 171+31+188=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB1FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1FBC is #54E043. Grayscale: #5A5A5A. Windows color (decimal): -5562436 or 12328875. OLE color: 12328875.

HSL color Cylindrical-coordinate representation of color #AB1FBC: hue angle of 293.5º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1FBC is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 31 188 -
CMYK 0.09 0.84 0 0.26
HSL 293.5º 0.72% 0.43% -
HSV(B) 293.5º 0.84% 0.74% -
XYZ 26.36 13.27 48.75 -
YUV 90.76 182.88 185.23 -
System Red Green Blue C M Y K H S L
Decimal 171 31 188 0.09 0.84 0 0.26 293.5 0.72 0.43
Hex AB 1F BC 9 54 0 1A 126 48 2B
Octal 253 37 274 11 124 0 32 446 110 53
Binary 10101011 11111 10111100 1001 1010100 0 11010 100100110 1001000 101011

Color Harmonies of #AB1FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1FBC

Black with #AB1FBC

Text Example


Text Example

White with #AB1FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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