Html Css Color HEX #A323AA Dark Orchid

📋 copy color: '#A323AA'

red 163 ◦ green 35 ◦ blue 170

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

Shades of Dark Orchid #A323AA

Tints of Dark Orchid #A323AA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.51%

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

R = 44.29%
G = 9.51%
B = 46.2%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A323AA (or 0xA323AA) is known color: Dark Orchid. HEX triplet: A3, 23 and AA. RGB value is (163,35,170). Sum of RGB (Red+Green+Blue) = 163+35+170=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 35 (14.06% from 255 or 9.51% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #A323AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A323AA is #5CDC55. Grayscale: #585858. Windows color (decimal): -6085718 or 11150243. OLE color: 11150243.

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

Color convert

RGB 163 35 170 -
CMYK 0.04 0.79 0 0.33
HSL 296.89º 0.66% 0.4% -
HSV(B) 296.89º 0.79% 0.67% -
XYZ 22.96 11.89 39.12 -
YUV 88.66 173.91 181.02 -
System Red Green Blue C M Y K H S L
Decimal 163 35 170 0.04 0.79 0 0.33 296.89 0.66 0.4
Hex A3 23 AA 4 4F 0 21 129 42 28
Octal 243 43 252 4 117 0 41 451 102 50
Binary 10100011 100011 10101010 100 1001111 0 100001 100101001 1000010 101000

Color Harmonies of #A323AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A323AA

Black with #A323AA

Text Example


Text Example

White with #A323AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A323AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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