Html Css Color HEX #A324DC Dark Orchid

📋 copy color: '#A324DC'

red 163 ◦ green 36 ◦ blue 220

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

Shades of Dark Orchid #A324DC

Tints of Dark Orchid #A324DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.51%

R = 38.9%
G = 8.59%
B = 52.51%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A324DC (or 0xA324DC) is known color: Dark Orchid. HEX triplet: A3, 24 and DC. RGB value is (163,36,220). Sum of RGB (Red+Green+Blue) = 163+36+220=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #A324DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A324DC is #5CDB23. Grayscale: #5E5E5E. Windows color (decimal): -6085412 or 14427299. OLE color: 14427299.

HSL color Cylindrical-coordinate representation of color #A324DC: hue angle of 281.41º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A324DC is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 36 220 -
CMYK 0.26 0.84 0 0.14
HSL 281.41º 0.72% 0.5% -
HSV(B) 281.41º 0.84% 0.86% -
XYZ 28.65 14.22 68.94 -
YUV 94.95 198.58 176.54 -
System Red Green Blue C M Y K H S L
Decimal 163 36 220 0.26 0.84 0 0.14 281.41 0.72 0.5
Hex A3 24 DC 1A 54 0 E 119 48 32
Octal 243 44 334 32 124 0 16 431 110 62
Binary 10100011 100100 11011100 11010 1010100 0 1110 100011001 1001000 110010

Color Harmonies of #A324DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A324DC

Black with #A324DC

Text Example


Text Example

White with #A324DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A324DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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