Html Css Color HEX #A52EBE Dark Orchid

📋 copy color: '#A52EBE'

red 165 ◦ green 46 ◦ blue 190

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

Shades of Dark Orchid #A52EBE

Tints of Dark Orchid #A52EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 41.15%
G = 11.47%
B = 47.38%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A52EBE (or 0xA52EBE) is known color: Dark Orchid. HEX triplet: A5, 2E and BE. RGB value is (165,46,190). Sum of RGB (Red+Green+Blue) = 165+46+190=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #A52EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52EBE is #5AD141. Grayscale: #616161. Windows color (decimal): -5951810 or 12463781. OLE color: 12463781.

HSL color Cylindrical-coordinate representation of color #A52EBE: hue angle of 289.58º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A52EBE is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 46 190 -
CMYK 0.13 0.76 0 0.25
HSL 289.58º 0.61% 0.46% -
HSV(B) 289.58º 0.76% 0.75% -
XYZ 25.79 13.67 49.99 -
YUV 98 179.92 175.79 -
System Red Green Blue C M Y K H S L
Decimal 165 46 190 0.13 0.76 0 0.25 289.58 0.61 0.46
Hex A5 2E BE D 4C 0 19 122 3D 2E
Octal 245 56 276 15 114 0 31 442 75 56
Binary 10100101 101110 10111110 1101 1001100 0 11001 100100010 111101 101110

Color Harmonies of #A52EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52EBE

Black with #A52EBE

Text Example


Text Example

White with #A52EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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