Html Css Color HEX #A52EDC Dark Orchid

📋 copy color: '#A52EDC'

red 165 ◦ green 46 ◦ blue 220

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

Shades of Dark Orchid #A52EDC

Tints of Dark Orchid #A52EDC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.67%

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

R = 38.28%
G = 10.67%
B = 51.04%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A52EDC (or 0xA52EDC) is known color: Dark Orchid. HEX triplet: A5, 2E and DC. RGB value is (165,46,220). Sum of RGB (Red+Green+Blue) = 165+46+220=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #A52EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52EDC is #5AD123. Grayscale: #646464. Windows color (decimal): -5951780 or 14429861. OLE color: 14429861.

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

Color convert

RGB 165 46 220 -
CMYK 0.25 0.79 0 0.14
HSL 281.03º 0.71% 0.52% -
HSV(B) 281.03º 0.79% 0.86% -
XYZ 29.41 15.12 69.08 -
YUV 101.42 194.92 173.35 -
System Red Green Blue C M Y K H S L
Decimal 165 46 220 0.25 0.79 0 0.14 281.03 0.71 0.52
Hex A5 2E DC 19 4F 0 E 119 47 34
Octal 245 56 334 31 117 0 16 431 107 64
Binary 10100101 101110 11011100 11001 1001111 0 1110 100011001 1000111 110100

Color Harmonies of #A52EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52EDC

Black with #A52EDC

Text Example


Text Example

White with #A52EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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