Html Css Color HEX #A325CA Dark Orchid

📋 copy color: '#A325CA'

red 163 ◦ green 37 ◦ blue 202

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

Shades of Dark Orchid #A325CA

Tints of Dark Orchid #A325CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.25%

R = 40.55%
G = 9.2%
B = 50.25%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A325CA (or 0xA325CA) is known color: Dark Orchid. HEX triplet: A3, 25 and CA. RGB value is (163,37,202). Sum of RGB (Red+Green+Blue) = 163+37+202=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #A325CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A325CA is #5CDA35. Grayscale: #5C5C5C. Windows color (decimal): -6085174 or 13247907. OLE color: 13247907.

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

Color convert

RGB 163 37 202 -
CMYK 0.19 0.82 0 0.21
HSL 285.82º 0.69% 0.47% -
HSV(B) 285.82º 0.82% 0.79% -
XYZ 26.43 13.37 57.07 -
YUV 93.48 189.24 177.58 -
System Red Green Blue C M Y K H S L
Decimal 163 37 202 0.19 0.82 0 0.21 285.82 0.69 0.47
Hex A3 25 CA 13 52 0 15 11E 45 2F
Octal 243 45 312 23 122 0 25 436 105 57
Binary 10100011 100101 11001010 10011 1010010 0 10101 100011110 1000101 101111

Color Harmonies of #A325CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A325CA

Black with #A325CA

Text Example


Text Example

White with #A325CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A325CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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