Html Css Color HEX #A52EBA Dark Orchid

📋 copy color: '#A52EBA'

red 165 ◦ green 46 ◦ blue 186

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

Shades of Dark Orchid #A52EBA

Tints of Dark Orchid #A52EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.85%

R = 41.56%
G = 11.59%
B = 46.85%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A52EBA (or 0xA52EBA) is known color: Dark Orchid. HEX triplet: A5, 2E and BA. RGB value is (165,46,186). Sum of RGB (Red+Green+Blue) = 165+46+186=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #A52EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52EBA is #5AD145. Grayscale: #616161. Windows color (decimal): -5951814 or 12201637. OLE color: 12201637.

HSL color Cylindrical-coordinate representation of color #A52EBA: hue angle of 291º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A52EBA is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 46 186 -
CMYK 0.11 0.75 0 0.27
HSL 291º 0.6% 0.45% -
HSV(B) 291º 0.75% 0.73% -
XYZ 25.36 13.5 47.72 -
YUV 97.54 177.92 176.12 -
System Red Green Blue C M Y K H S L
Decimal 165 46 186 0.11 0.75 0 0.27 291 0.6 0.45
Hex A5 2E BA B 4B 0 1B 123 3C 2D
Octal 245 56 272 13 113 0 33 443 74 55
Binary 10100101 101110 10111010 1011 1001011 0 11011 100100011 111100 101101

Color Harmonies of #A52EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52EBA

Black with #A52EBA

Text Example


Text Example

White with #A52EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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