Html Css Color HEX #AB31BD Dark Orchid

📋 copy color: '#AB31BD'

red 171 ◦ green 49 ◦ blue 189

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

Shades of Dark Orchid #AB31BD

Tints of Dark Orchid #AB31BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.21%

R = 41.81%
G = 11.98%
B = 46.21%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB31BD (or 0xAB31BD) is known color: Dark Orchid. HEX triplet: AB, 31 and BD. RGB value is (171,49,189). Sum of RGB (Red+Green+Blue) = 171+49+189=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB31BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB31BD is #54CE42. Grayscale: #656565. Windows color (decimal): -5557827 or 12399019. OLE color: 12399019.

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

Color convert

RGB 171 49 189 -
CMYK 0.10 0.74 0 0.26
HSL 292.29º 0.59% 0.47% -
HSV(B) 292.29º 0.74% 0.74% -
XYZ 27.08 14.53 49.52 -
YUV 101.44 177.42 177.62 -
System Red Green Blue C M Y K H S L
Decimal 171 49 189 0.10 0.74 0 0.26 292.29 0.59 0.47
Hex AB 31 BD A 4A 0 1A 124 3B 2F
Octal 253 61 275 12 112 0 32 444 73 57
Binary 10101011 110001 10111101 1010 1001010 0 11010 100100100 111011 101111

Color Harmonies of #AB31BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB31BD

Black with #AB31BD

Text Example


Text Example

White with #AB31BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB31BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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