Html Css Color HEX #A535BA Dark Orchid

📋 copy color: '#A535BA'

red 165 ◦ green 53 ◦ blue 186

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

Shades of Dark Orchid #A535BA

Tints of Dark Orchid #A535BA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.12%

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

R = 40.84%
G = 13.12%
B = 46.04%

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

#A535BA (or 0xA535BA) is known color: Dark Orchid. HEX triplet: A5, 35 and BA. RGB value is (165,53,186). Sum of RGB (Red+Green+Blue) = 165+53+186=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #A535BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A535BA is #5ACA45. Grayscale: #656565. Windows color (decimal): -5950022 or 12203429. OLE color: 12203429.

HSL color Cylindrical-coordinate representation of color #A535BA: hue angle of 290.53º 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 #A535BA is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 53 186 -
CMYK 0.11 0.72 0 0.27
HSL 290.53º 0.56% 0.47% -
HSV(B) 290.53º 0.72% 0.73% -
XYZ 25.65 14.09 47.82 -
YUV 101.65 175.61 173.19 -
System Red Green Blue C M Y K H S L
Decimal 165 53 186 0.11 0.72 0 0.27 290.53 0.56 0.47
Hex A5 35 BA B 48 0 1B 123 38 2F
Octal 245 65 272 13 110 0 33 443 70 57
Binary 10100101 110101 10111010 1011 1001000 0 11011 100100011 111000 101111

Color Harmonies of #A535BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A535BA

Black with #A535BA

Text Example


Text Example

White with #A535BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A535BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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