Html Css Color HEX #A31FB9 Dark Orchid

📋 copy color: '#A31FB9'

red 163 ◦ green 31 ◦ blue 185

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

Shades of Dark Orchid #A31FB9

Tints of Dark Orchid #A31FB9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.18%

 BLUE value IS 185 (72.66% from 255) = 48.81%

R = 43.01%
G = 8.18%
B = 48.81%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A31FB9 (or 0xA31FB9) is known color: Dark Orchid. HEX triplet: A3, 1F and B9. RGB value is (163,31,185). Sum of RGB (Red+Green+Blue) = 163+31+185=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 31 (12.5% from 255 or 8.18% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 185 - color contains mainly: blue. Hex color #A31FB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31FB9 is #5CE046. Grayscale: #575757. Windows color (decimal): -6086727 or 12132259. OLE color: 12132259.

HSL color Cylindrical-coordinate representation of color #A31FB9: hue angle of 291.43º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31FB9 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 31 185 -
CMYK 0.12 0.83 0 0.27
HSL 291.43º 0.71% 0.42% -
HSV(B) 291.43º 0.83% 0.73% -
XYZ 24.35 12.27 46.98 -
YUV 88.02 182.73 181.48 -
System Red Green Blue C M Y K H S L
Decimal 163 31 185 0.12 0.83 0 0.27 291.43 0.71 0.42
Hex A3 1F B9 C 53 0 1B 123 47 2A
Octal 243 37 271 14 123 0 33 443 107 52
Binary 10100011 11111 10111001 1100 1010011 0 11011 100100011 1000111 101010

Color Harmonies of #A31FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31FB9

Black with #A31FB9

Text Example


Text Example

White with #A31FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31FB9; }

 p { color: rgb(163,31,185); }

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

background-color css

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

 a { background-color: rgb(163,31,185); }

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

border-color css

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

 span { border-color: rgb(163,31,185); }

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