Html Css Color HEX #A324BA Dark Orchid

📋 copy color: '#A324BA'

red 163 ◦ green 36 ◦ blue 186

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

Shades of Dark Orchid #A324BA

Tints of Dark Orchid #A324BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.31%

R = 42.34%
G = 9.35%
B = 48.31%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A324BA (or 0xA324BA) is known color: Dark Orchid. HEX triplet: A3, 24 and BA. RGB value is (163,36,186). Sum of RGB (Red+Green+Blue) = 163+36+186=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #A324BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A324BA is #5CDB45. Grayscale: #5A5A5A. Windows color (decimal): -6085446 or 12199075. OLE color: 12199075.

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

Color convert

RGB 163 36 186 -
CMYK 0.12 0.81 0 0.27
HSL 290.8º 0.68% 0.44% -
HSV(B) 290.8º 0.81% 0.73% -
XYZ 24.6 12.59 47.59 -
YUV 91.07 181.58 179.3 -
System Red Green Blue C M Y K H S L
Decimal 163 36 186 0.12 0.81 0 0.27 290.8 0.68 0.44
Hex A3 24 BA C 51 0 1B 123 44 2C
Octal 243 44 272 14 121 0 33 443 104 54
Binary 10100011 100100 10111010 1100 1010001 0 11011 100100011 1000100 101100

Color Harmonies of #A324BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A324BA

Black with #A324BA

Text Example


Text Example

White with #A324BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A324BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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