Html Css Color HEX #A52ECD Dark Orchid

📋 copy color: '#A52ECD'

red 165 ◦ green 46 ◦ blue 205

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

Shades of Dark Orchid #A52ECD

Tints of Dark Orchid #A52ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 39.66%
G = 11.06%
B = 49.28%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A52ECD (or 0xA52ECD) is known color: Dark Orchid. HEX triplet: A5, 2E and CD. RGB value is (165,46,205). Sum of RGB (Red+Green+Blue) = 165+46+205=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 46 (18.36% from 255 or 11.06% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #A52ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52ECD is #5AD132. Grayscale: #636363. Windows color (decimal): -5951795 or 13446821. OLE color: 13446821.

HSL color Cylindrical-coordinate representation of color #A52ECD: hue angle of 284.91º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52ECD is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 46 205 -
CMYK 0.20 0.78 0 0.20
HSL 284.91º 0.63% 0.49% -
HSV(B) 284.91º 0.78% 0.8% -
XYZ 27.51 14.36 59.08 -
YUV 99.71 187.42 174.57 -
System Red Green Blue C M Y K H S L
Decimal 165 46 205 0.20 0.78 0 0.20 284.91 0.63 0.49
Hex A5 2E CD 14 4E 0 14 11D 3F 31
Octal 245 56 315 24 116 0 24 435 77 61
Binary 10100101 101110 11001101 10100 1001110 0 10100 100011101 111111 110001

Color Harmonies of #A52ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52ECD

Black with #A52ECD

Text Example


Text Example

White with #A52ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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