Html Css Color HEX #A331AA Dark Orchid

📋 copy color: '#A331AA'

red 163 ◦ green 49 ◦ blue 170

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

Shades of Dark Orchid #A331AA

Tints of Dark Orchid #A331AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.5%

R = 42.67%
G = 12.83%
B = 44.5%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A331AA (or 0xA331AA) is known color: Dark Orchid. HEX triplet: A3, 31 and AA. RGB value is (163,49,170). Sum of RGB (Red+Green+Blue) = 163+49+170=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #A331AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A331AA is #5CCE55. Grayscale: #606060. Windows color (decimal): -6082134 or 11153827. OLE color: 11153827.

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

Color convert

RGB 163 49 170 -
CMYK 0.04 0.71 0 0.33
HSL 296.53º 0.55% 0.43% -
HSV(B) 296.53º 0.71% 0.67% -
XYZ 23.46 12.89 39.28 -
YUV 96.88 169.27 175.16 -
System Red Green Blue C M Y K H S L
Decimal 163 49 170 0.04 0.71 0 0.33 296.53 0.55 0.43
Hex A3 31 AA 4 47 0 21 129 37 2B
Octal 243 61 252 4 107 0 41 451 67 53
Binary 10100011 110001 10101010 100 1000111 0 100001 100101001 110111 101011

Color Harmonies of #A331AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A331AA

Black with #A331AA

Text Example


Text Example

White with #A331AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A331AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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