Html Css Color HEX #A31BB1 Dark Orchid

📋 copy color: '#A31BB1'

red 163 ◦ green 27 ◦ blue 177

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

Shades of Dark Orchid #A31BB1

Tints of Dark Orchid #A31BB1

RGB

 RED value IS 163 (64.06% from 255) = 44.41%

 GREEN value IS 27 (10.94% from 255) = 7.36%

 BLUE value IS 177 (69.53% from 255) = 48.23%

R = 44.41%
G = 7.36%
B = 48.23%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A31BB1 (or 0xA31BB1) is known color: Dark Orchid. HEX triplet: A3, 1B and B1. RGB value is (163,27,177). Sum of RGB (Red+Green+Blue) = 163+27+177=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 177 (69.53% from 255 or 48.23% from 367); Max value from RGB is 177 - color contains mainly: blue. Hex color #A31BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31BB1 is #5CE44E. Grayscale: #545454. Windows color (decimal): -6087759 or 11606947. OLE color: 11606947.

HSL color Cylindrical-coordinate representation of color #A31BB1: hue angle of 294.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31BB1 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 27 177 -
CMYK 0.08 0.85 0 0.31
HSL 294.4º 0.74% 0.4% -
HSV(B) 294.4º 0.85% 0.69% -
XYZ 23.43 11.74 42.63 -
YUV 84.76 180.06 183.8 -
System Red Green Blue C M Y K H S L
Decimal 163 27 177 0.08 0.85 0 0.31 294.4 0.74 0.4
Hex A3 1B B1 8 55 0 1F 126 4A 28
Octal 243 33 261 10 125 0 37 446 112 50
Binary 10100011 11011 10110001 1000 1010101 0 11111 100100110 1001010 101000

Color Harmonies of #A31BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31BB1

Black with #A31BB1

Text Example


Text Example

White with #A31BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31BB1; }

 p { color: rgb(163,27,177); }

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

background-color css

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

 a { background-color: rgb(163,27,177); }

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

border-color css

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

 span { border-color: rgb(163,27,177); }

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