Html Css Color HEX #A52CCA Dark Orchid

📋 copy color: '#A52CCA'

red 165 ◦ green 44 ◦ blue 202

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

Shades of Dark Orchid #A52CCA

Tints of Dark Orchid #A52CCA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.71%

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

R = 40.15%
G = 10.71%
B = 49.15%

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

#A52CCA (or 0xA52CCA) is known color: Dark Orchid. HEX triplet: A5, 2C and CA. RGB value is (165,44,202). Sum of RGB (Red+Green+Blue) = 165+44+202=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #A52CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52CCA is #5AD335. Grayscale: #616161. Windows color (decimal): -5952310 or 13249701. OLE color: 13249701.

HSL color Cylindrical-coordinate representation of color #A52CCA: hue angle of 285.95º 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 #A52CCA is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 44 202 -
CMYK 0.18 0.78 0 0.21
HSL 285.95º 0.64% 0.48% -
HSV(B) 285.95º 0.78% 0.79% -
XYZ 27.08 14.06 57.16 -
YUV 98.19 186.59 175.65 -
System Red Green Blue C M Y K H S L
Decimal 165 44 202 0.18 0.78 0 0.21 285.95 0.64 0.48
Hex A5 2C CA 12 4E 0 15 11E 40 30
Octal 245 54 312 22 116 0 25 436 100 60
Binary 10100101 101100 11001010 10010 1001110 0 10101 100011110 1000000 110000

Color Harmonies of #A52CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52CCA

Black with #A52CCA

Text Example


Text Example

White with #A52CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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