Html Css Color HEX #AB31BE Dark Orchid

📋 copy color: '#AB31BE'

red 171 ◦ green 49 ◦ blue 190

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

Shades of Dark Orchid #AB31BE

Tints of Dark Orchid #AB31BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.34%

R = 41.71%
G = 11.95%
B = 46.34%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB31BE (or 0xAB31BE) is known color: Dark Orchid. HEX triplet: AB, 31 and BE. RGB value is (171,49,190). Sum of RGB (Red+Green+Blue) = 171+49+190=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 49 (19.53% from 255 or 11.95% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB31BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB31BE is #54CE41. Grayscale: #656565. Windows color (decimal): -5557826 or 12464555. OLE color: 12464555.

HSL color Cylindrical-coordinate representation of color #AB31BE: hue angle of 291.91º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB31BE is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 49 190 -
CMYK 0.10 0.74 0 0.25
HSL 291.91º 0.59% 0.47% -
HSV(B) 291.91º 0.74% 0.75% -
XYZ 27.19 14.57 50.1 -
YUV 101.55 177.92 177.54 -
System Red Green Blue C M Y K H S L
Decimal 171 49 190 0.10 0.74 0 0.25 291.91 0.59 0.47
Hex AB 31 BE A 4A 0 19 124 3B 2F
Octal 253 61 276 12 112 0 31 444 73 57
Binary 10101011 110001 10111110 1010 1001010 0 11001 100100100 111011 101111

Color Harmonies of #AB31BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB31BE

Black with #AB31BE

Text Example


Text Example

White with #AB31BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB31BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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