Html Css Color HEX #A52ECE Dark Orchid

📋 copy color: '#A52ECE'

red 165 ◦ green 46 ◦ blue 206

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

Shades of Dark Orchid #A52ECE

Tints of Dark Orchid #A52ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 39.57%
G = 11.03%
B = 49.4%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A52ECE (or 0xA52ECE) is known color: Dark Orchid. HEX triplet: A5, 2E and CE. RGB value is (165,46,206). Sum of RGB (Red+Green+Blue) = 165+46+206=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #A52ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52ECE is #5AD131. Grayscale: #636363. Windows color (decimal): -5951794 or 13512357. OLE color: 13512357.

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

Color convert

RGB 165 46 206 -
CMYK 0.20 0.78 0 0.19
HSL 284.63º 0.63% 0.49% -
HSV(B) 284.63º 0.78% 0.81% -
XYZ 27.63 14.41 59.72 -
YUV 99.82 187.92 174.49 -
System Red Green Blue C M Y K H S L
Decimal 165 46 206 0.20 0.78 0 0.19 284.63 0.63 0.49
Hex A5 2E CE 14 4E 0 13 11D 3F 31
Octal 245 56 316 24 116 0 23 435 77 61
Binary 10100101 101110 11001110 10100 1001110 0 10011 100011101 111111 110001

Color Harmonies of #A52ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52ECE

Black with #A52ECE

Text Example


Text Example

White with #A52ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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