Html Css Color HEX #A534BA Dark Orchid

📋 copy color: '#A534BA'

red 165 ◦ green 52 ◦ blue 186

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

Shades of Dark Orchid #A534BA

Tints of Dark Orchid #A534BA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.9%

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

R = 40.94%
G = 12.9%
B = 46.15%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A534BA (or 0xA534BA) is known color: Dark Orchid. HEX triplet: A5, 34 and BA. RGB value is (165,52,186). Sum of RGB (Red+Green+Blue) = 165+52+186=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #A534BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A534BA is #5ACB45. Grayscale: #646464. Windows color (decimal): -5950278 or 12203173. OLE color: 12203173.

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

Color convert

RGB 165 52 186 -
CMYK 0.11 0.72 0 0.27
HSL 290.6º 0.56% 0.47% -
HSV(B) 290.6º 0.72% 0.73% -
XYZ 25.61 14 47.81 -
YUV 101.06 175.94 173.6 -
System Red Green Blue C M Y K H S L
Decimal 165 52 186 0.11 0.72 0 0.27 290.6 0.56 0.47
Hex A5 34 BA B 48 0 1B 123 38 2F
Octal 245 64 272 13 110 0 33 443 70 57
Binary 10100101 110100 10111010 1011 1001000 0 11011 100100011 111000 101111

Color Harmonies of #A534BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A534BA

Black with #A534BA

Text Example


Text Example

White with #A534BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A534BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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