Html Css Color HEX #AB2FBC Dark Orchid

📋 copy color: '#AB2FBC'

red 171 ◦ green 47 ◦ blue 188

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

Shades of Dark Orchid #AB2FBC

Tints of Dark Orchid #AB2FBC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.58%

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

R = 42.12%
G = 11.58%
B = 46.31%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB2FBC (or 0xAB2FBC) is known color: Dark Orchid. HEX triplet: AB, 2F and BC. RGB value is (171,47,188). Sum of RGB (Red+Green+Blue) = 171+47+188=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB2FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2FBC is #54D043. Grayscale: #636363. Windows color (decimal): -5558340 or 12332971. OLE color: 12332971.

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

Color convert

RGB 171 47 188 -
CMYK 0.09 0.75 0 0.26
HSL 292.77º 0.6% 0.46% -
HSV(B) 292.77º 0.75% 0.74% -
XYZ 26.89 14.32 48.92 -
YUV 100.15 177.58 178.54 -
System Red Green Blue C M Y K H S L
Decimal 171 47 188 0.09 0.75 0 0.26 292.77 0.6 0.46
Hex AB 2F BC 9 4B 0 1A 125 3C 2E
Octal 253 57 274 11 113 0 32 445 74 56
Binary 10101011 101111 10111100 1001 1001011 0 11010 100100101 111100 101110

Color Harmonies of #AB2FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2FBC

Black with #AB2FBC

Text Example


Text Example

White with #AB2FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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