Html Css Color HEX #A324DF Dark Orchid

📋 copy color: '#A324DF'

red 163 ◦ green 36 ◦ blue 223

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

Shades of Dark Orchid #A324DF

Tints of Dark Orchid #A324DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.84%

R = 38.63%
G = 8.53%
B = 52.84%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A324DF (or 0xA324DF) is known color: Dark Orchid. HEX triplet: A3, 24 and DF. RGB value is (163,36,223). Sum of RGB (Red+Green+Blue) = 163+36+223=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #A324DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A324DF is #5CDB20. Grayscale: #5E5E5E. Windows color (decimal): -6085409 or 14623907. OLE color: 14623907.

HSL color Cylindrical-coordinate representation of color #A324DF: hue angle of 280.75º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A324DF is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 36 223 -
CMYK 0.27 0.84 0 0.13
HSL 280.75º 0.75% 0.51% -
HSV(B) 280.75º 0.84% 0.87% -
XYZ 29.05 14.38 71.06 -
YUV 95.29 200.08 176.29 -
System Red Green Blue C M Y K H S L
Decimal 163 36 223 0.27 0.84 0 0.13 280.75 0.75 0.51
Hex A3 24 DF 1B 54 0 D 119 4B 33
Octal 243 44 337 33 124 0 15 431 113 63
Binary 10100011 100100 11011111 11011 1010100 0 1101 100011001 1001011 110011

Color Harmonies of #A324DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A324DF

Black with #A324DF

Text Example


Text Example

White with #A324DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A324DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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