Html Css Color HEX #A324CE Dark Orchid

📋 copy color: '#A324CE'

red 163 ◦ green 36 ◦ blue 206

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

Shades of Dark Orchid #A324CE

Tints of Dark Orchid #A324CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 40.25%
G = 8.89%
B = 50.86%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A324CE (or 0xA324CE) is known color: Dark Orchid. HEX triplet: A3, 24 and CE. RGB value is (163,36,206). Sum of RGB (Red+Green+Blue) = 163+36+206=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #A324CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A324CE is #5CDB31. Grayscale: #5C5C5C. Windows color (decimal): -6085426 or 13509795. OLE color: 13509795.

HSL color Cylindrical-coordinate representation of color #A324CE: hue angle of 284.82º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A324CE is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 36 206 -
CMYK 0.21 0.83 0 0.19
HSL 284.82º 0.7% 0.47% -
HSV(B) 284.82º 0.83% 0.81% -
XYZ 26.88 13.5 59.58 -
YUV 93.35 191.58 177.68 -
System Red Green Blue C M Y K H S L
Decimal 163 36 206 0.21 0.83 0 0.19 284.82 0.7 0.47
Hex A3 24 CE 15 53 0 13 11D 46 2F
Octal 243 44 316 25 123 0 23 435 106 57
Binary 10100011 100100 11001110 10101 1010011 0 10011 100011101 1000110 101111

Color Harmonies of #A324CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A324CE

Black with #A324CE

Text Example


Text Example

White with #A324CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A324CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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