Html Css Color HEX #A52CDC Dark Orchid

📋 copy color: '#A52CDC'

red 165 ◦ green 44 ◦ blue 220

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

Shades of Dark Orchid #A52CDC

Tints of Dark Orchid #A52CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 38.46%
G = 10.26%
B = 51.28%

CMYK

 C value IS 0.25

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A52CDC (or 0xA52CDC) is known color: Dark Orchid. HEX triplet: A5, 2C and DC. RGB value is (165,44,220). Sum of RGB (Red+Green+Blue) = 165+44+220=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #A52CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52CDC is #5AD323. Grayscale: #636363. Windows color (decimal): -5952292 or 14429349. OLE color: 14429349.

HSL color Cylindrical-coordinate representation of color #A52CDC: hue angle of 281.25º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A52CDC is Cyan = 0.25, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 44 220 -
CMYK 0.25 0.8 0 0.14
HSL 281.25º 0.72% 0.52% -
HSV(B) 281.25º 0.8% 0.86% -
XYZ 29.34 14.97 69.05 -
YUV 100.24 195.59 174.19 -
System Red Green Blue C M Y K H S L
Decimal 165 44 220 0.25 0.8 0 0.14 281.25 0.72 0.52
Hex A5 2C DC 19 50 0 E 119 48 34
Octal 245 54 334 31 120 0 16 431 110 64
Binary 10100101 101100 11011100 11001 1010000 0 1110 100011001 1001000 110100

Color Harmonies of #A52CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52CDC

Black with #A52CDC

Text Example


Text Example

White with #A52CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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