Html Css Color HEX #A324AC Dark Orchid

📋 copy color: '#A324AC'

red 163 ◦ green 36 ◦ blue 172

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

Shades of Dark Orchid #A324AC

Tints of Dark Orchid #A324AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.36%

R = 43.94%
G = 9.7%
B = 46.36%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A324AC (or 0xA324AC) is known color: Dark Orchid. HEX triplet: A3, 24 and AC. RGB value is (163,36,172). Sum of RGB (Red+Green+Blue) = 163+36+172=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #A324AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A324AC is #5CDB53. Grayscale: #595959. Windows color (decimal): -6085460 or 11281571. OLE color: 11281571.

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

Color convert

RGB 163 36 172 -
CMYK 0.05 0.79 0 0.33
HSL 296.03º 0.65% 0.41% -
HSV(B) 296.03º 0.79% 0.67% -
XYZ 23.18 12.03 40.13 -
YUV 89.48 174.58 180.44 -
System Red Green Blue C M Y K H S L
Decimal 163 36 172 0.05 0.79 0 0.33 296.03 0.65 0.41
Hex A3 24 AC 5 4F 0 21 128 41 29
Octal 243 44 254 5 117 0 41 450 101 51
Binary 10100011 100100 10101100 101 1001111 0 100001 100101000 1000001 101001

Color Harmonies of #A324AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A324AC

Black with #A324AC

Text Example


Text Example

White with #A324AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A324AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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