Html Css Color HEX #A52CDF Dark Orchid

📋 copy color: '#A52CDF'

red 165 ◦ green 44 ◦ blue 223

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

Shades of Dark Orchid #A52CDF

Tints of Dark Orchid #A52CDF

RGB

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

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

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

R = 38.19%
G = 10.19%
B = 51.62%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A52CDF (or 0xA52CDF) is known color: Dark Orchid. HEX triplet: A5, 2C and DF. RGB value is (165,44,223). Sum of RGB (Red+Green+Blue) = 165+44+223=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 44 (17.58% from 255 or 10.19% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #A52CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52CDF is #5AD320. Grayscale: #636363. Windows color (decimal): -5952289 or 14625957. OLE color: 14625957.

HSL color Cylindrical-coordinate representation of color #A52CDF: hue angle of 280.56º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A52CDF is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 44 223 -
CMYK 0.26 0.80 0 0.13
HSL 280.56º 0.74% 0.52% -
HSV(B) 280.56º 0.8% 0.87% -
XYZ 29.74 15.13 71.16 -
YUV 100.59 197.09 173.95 -
System Red Green Blue C M Y K H S L
Decimal 165 44 223 0.26 0.80 0 0.13 280.56 0.74 0.52
Hex A5 2C DF 1A 50 0 D 119 4A 34
Octal 245 54 337 32 120 0 15 431 112 64
Binary 10100101 101100 11011111 11010 1010000 0 1101 100011001 1001010 110100

Color Harmonies of #A52CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52CDF

Black with #A52CDF

Text Example


Text Example

White with #A52CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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