Html Css Color HEX #A035BA Dark Orchid

📋 copy color: '#A035BA'

red 160 ◦ green 53 ◦ blue 186

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

Shades of Dark Orchid #A035BA

Tints of Dark Orchid #A035BA

RGB

 RED value IS 160 (62.89% from 255) = 40.1%

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

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

R = 40.1%
G = 13.28%
B = 46.62%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A035BA (or 0xA035BA) is known color: Dark Orchid. HEX triplet: A0, 35 and BA. RGB value is (160,53,186). Sum of RGB (Red+Green+Blue) = 160+53+186=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #A035BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A035BA is #5FCA45. Grayscale: #636363. Windows color (decimal): -6277702 or 12203424. OLE color: 12203424.

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

Color convert

RGB 160 53 186 -
CMYK 0.14 0.72 0 0.27
HSL 288.27º 0.56% 0.47% -
HSV(B) 288.27º 0.72% 0.73% -
XYZ 24.63 13.56 47.77 -
YUV 100.16 176.45 170.69 -
System Red Green Blue C M Y K H S L
Decimal 160 53 186 0.14 0.72 0 0.27 288.27 0.56 0.47
Hex A0 35 BA E 48 0 1B 120 38 2F
Octal 240 65 272 16 110 0 33 440 70 57
Binary 10100000 110101 10111010 1110 1001000 0 11011 100100000 111000 101111

Color Harmonies of #A035BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A035BA

Black with #A035BA

Text Example


Text Example

White with #A035BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A035BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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