Html Css Color HEX #A331A9 Dark Orchid

📋 copy color: '#A331A9'

red 163 ◦ green 49 ◦ blue 169

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

Shades of Dark Orchid #A331A9

Tints of Dark Orchid #A331A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 44.36%

R = 42.78%
G = 12.86%
B = 44.36%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A331A9 (or 0xA331A9) is known color: Dark Orchid. HEX triplet: A3, 31 and A9. RGB value is (163,49,169). Sum of RGB (Red+Green+Blue) = 163+49+169=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 169 (66.41% from 255 or 44.36% from 381); Max value from RGB is 169 - color contains mainly: blue. Hex color #A331A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A331A9 is #5CCE56. Grayscale: #606060. Windows color (decimal): -6082135 or 11088291. OLE color: 11088291.

HSL color Cylindrical-coordinate representation of color #A331A9: hue angle of 297º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A331A9 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 163 49 169 -
CMYK 0.04 0.71 0 0.34
HSL 297º 0.55% 0.43% -
HSV(B) 297º 0.71% 0.66% -
XYZ 23.36 12.85 38.78 -
YUV 96.77 168.77 175.24 -
System Red Green Blue C M Y K H S L
Decimal 163 49 169 0.04 0.71 0 0.34 297 0.55 0.43
Hex A3 31 A9 4 47 0 22 129 37 2B
Octal 243 61 251 4 107 0 42 451 67 53
Binary 10100011 110001 10101001 100 1000111 0 100010 100101001 110111 101011

Color Harmonies of #A331A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A331A9

Black with #A331A9

Text Example


Text Example

White with #A331A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A331A9; }

 p { color: rgb(163,49,169); }

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

background-color css

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

 a { background-color: rgb(163,49,169); }

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

border-color css

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

 span { border-color: rgb(163,49,169); }

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