Html Css Color HEX #A324AA Dark Orchid

📋 copy color: '#A324AA'

red 163 ◦ green 36 ◦ blue 170

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

Shades of Dark Orchid #A324AA

Tints of Dark Orchid #A324AA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.76%

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

R = 44.17%
G = 9.76%
B = 46.07%

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

#A324AA (or 0xA324AA) is known color: Dark Orchid. HEX triplet: A3, 24 and AA. RGB value is (163,36,170). Sum of RGB (Red+Green+Blue) = 163+36+170=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #A324AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A324AA is #5CDB55. Grayscale: #585858. Windows color (decimal): -6085462 or 11150499. OLE color: 11150499.

HSL color Cylindrical-coordinate representation of color #A324AA: hue angle of 296.87º degrees, saturation: 0.65, 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 #A324AA is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 36 170 -
CMYK 0.04 0.79 0 0.33
HSL 296.87º 0.65% 0.4% -
HSV(B) 296.87º 0.79% 0.67% -
XYZ 22.99 11.95 39.13 -
YUV 89.25 173.58 180.6 -
System Red Green Blue C M Y K H S L
Decimal 163 36 170 0.04 0.79 0 0.33 296.87 0.65 0.4
Hex A3 24 AA 4 4F 0 21 129 41 28
Octal 243 44 252 4 117 0 41 451 101 50
Binary 10100011 100100 10101010 100 1001111 0 100001 100101001 1000001 101000

Color Harmonies of #A324AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A324AA

Black with #A324AA

Text Example


Text Example

White with #A324AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A324AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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