Html Css Color HEX #AB31BC Dark Orchid

📋 copy color: '#AB31BC'

red 171 ◦ green 49 ◦ blue 188

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

Shades of Dark Orchid #AB31BC

Tints of Dark Orchid #AB31BC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.01%

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

R = 41.91%
G = 12.01%
B = 46.08%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB31BC (or 0xAB31BC) is known color: Dark Orchid. HEX triplet: AB, 31 and BC. RGB value is (171,49,188). Sum of RGB (Red+Green+Blue) = 171+49+188=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB31BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB31BC is #54CE43. Grayscale: #646464. Windows color (decimal): -5557828 or 12333483. OLE color: 12333483.

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

Color convert

RGB 171 49 188 -
CMYK 0.09 0.74 0 0.26
HSL 292.66º 0.59% 0.46% -
HSV(B) 292.66º 0.74% 0.74% -
XYZ 26.97 14.49 48.95 -
YUV 101.32 176.92 177.7 -
System Red Green Blue C M Y K H S L
Decimal 171 49 188 0.09 0.74 0 0.26 292.66 0.59 0.46
Hex AB 31 BC 9 4A 0 1A 125 3B 2E
Octal 253 61 274 11 112 0 32 445 73 56
Binary 10101011 110001 10111100 1001 1001010 0 11010 100100101 111011 101110

Color Harmonies of #AB31BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB31BC

Black with #AB31BC

Text Example


Text Example

White with #AB31BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB31BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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