Html Css Color HEX #A31AB9 Dark Orchid

📋 copy color: '#A31AB9'

red 163 ◦ green 26 ◦ blue 185

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

Shades of Dark Orchid #A31AB9

Tints of Dark Orchid #A31AB9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.95%

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

R = 43.58%
G = 6.95%
B = 49.47%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A31AB9 (or 0xA31AB9) is known color: Dark Orchid. HEX triplet: A3, 1A and B9. RGB value is (163,26,185). Sum of RGB (Red+Green+Blue) = 163+26+185=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 185 (72.66% from 255 or 49.47% from 374); Max value from RGB is 185 - color contains mainly: blue. Hex color #A31AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31AB9 is #5CE546. Grayscale: #545454. Windows color (decimal): -6088007 or 12130979. OLE color: 12130979.

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

Color convert

RGB 163 26 185 -
CMYK 0.12 0.86 0 0.27
HSL 291.7º 0.75% 0.41% -
HSV(B) 291.7º 0.86% 0.73% -
XYZ 24.23 12.03 46.94 -
YUV 85.09 184.39 183.57 -
System Red Green Blue C M Y K H S L
Decimal 163 26 185 0.12 0.86 0 0.27 291.7 0.75 0.41
Hex A3 1A B9 C 56 0 1B 124 4B 29
Octal 243 32 271 14 126 0 33 444 113 51
Binary 10100011 11010 10111001 1100 1010110 0 11011 100100100 1001011 101001

Color Harmonies of #A31AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31AB9

Black with #A31AB9

Text Example


Text Example

White with #A31AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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