Html Css Color HEX #A52DCA Dark Orchid

📋 copy color: '#A52DCA'

red 165 ◦ green 45 ◦ blue 202

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

Shades of Dark Orchid #A52DCA

Tints of Dark Orchid #A52DCA

RGB

 RED value IS 165 (64.84% from 255) = 40.05%

 GREEN value IS 45 (17.97% from 255) = 10.92%

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

R = 40.05%
G = 10.92%
B = 49.03%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A52DCA (or 0xA52DCA) is known color: Dark Orchid. HEX triplet: A5, 2D and CA. RGB value is (165,45,202). Sum of RGB (Red+Green+Blue) = 165+45+202=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #A52DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52DCA is #5AD235. Grayscale: #626262. Windows color (decimal): -5952054 or 13249957. OLE color: 13249957.

HSL color Cylindrical-coordinate representation of color #A52DCA: hue angle of 285.86º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52DCA is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 45 202 -
CMYK 0.18 0.78 0 0.21
HSL 285.86º 0.64% 0.48% -
HSV(B) 285.86º 0.78% 0.79% -
XYZ 27.12 14.14 57.18 -
YUV 98.78 186.26 175.23 -
System Red Green Blue C M Y K H S L
Decimal 165 45 202 0.18 0.78 0 0.21 285.86 0.64 0.48
Hex A5 2D CA 12 4E 0 15 11E 40 30
Octal 245 55 312 22 116 0 25 436 100 60
Binary 10100101 101101 11001010 10010 1001110 0 10101 100011110 1000000 110000

Color Harmonies of #A52DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52DCA

Black with #A52DCA

Text Example


Text Example

White with #A52DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52DCA; }

 p { color: rgb(165,45,202); }

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

background-color css

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

 a { background-color: rgb(165,45,202); }

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

border-color css

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

 span { border-color: rgb(165,45,202); }

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