Html Css Color HEX #A325DF Dark Orchid

📋 copy color: '#A325DF'

red 163 ◦ green 37 ◦ blue 223

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

Shades of Dark Orchid #A325DF

Tints of Dark Orchid #A325DF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.75%

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

R = 38.53%
G = 8.75%
B = 52.72%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A325DF (or 0xA325DF) is known color: Dark Orchid. HEX triplet: A3, 25 and DF. RGB value is (163,37,223). Sum of RGB (Red+Green+Blue) = 163+37+223=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #A325DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A325DF is #5CDA20. Grayscale: #5F5F5F. Windows color (decimal): -6085153 or 14624163. OLE color: 14624163.

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

Color convert

RGB 163 37 223 -
CMYK 0.27 0.83 0 0.13
HSL 280.65º 0.74% 0.51% -
HSV(B) 280.65º 0.83% 0.87% -
XYZ 29.09 14.44 71.07 -
YUV 95.88 199.74 175.88 -
System Red Green Blue C M Y K H S L
Decimal 163 37 223 0.27 0.83 0 0.13 280.65 0.74 0.51
Hex A3 25 DF 1B 53 0 D 119 4A 33
Octal 243 45 337 33 123 0 15 431 112 63
Binary 10100011 100101 11011111 11011 1010011 0 1101 100011001 1001010 110011

Color Harmonies of #A325DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A325DF

Black with #A325DF

Text Example


Text Example

White with #A325DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A325DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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