Html Css Color HEX #A032BA Dark Orchid

📋 copy color: '#A032BA'

red 160 ◦ green 50 ◦ blue 186

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

Shades of Dark Orchid #A032BA

Tints of Dark Orchid #A032BA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.63%

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

R = 40.4%
G = 12.63%
B = 46.97%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A032BA (or 0xA032BA) is known color: Dark Orchid. HEX triplet: A0, 32 and BA. RGB value is (160,50,186). Sum of RGB (Red+Green+Blue) = 160+50+186=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #A032BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A032BA is #5FCD45. Grayscale: #616161. Windows color (decimal): -6278470 or 12202656. OLE color: 12202656.

HSL color Cylindrical-coordinate representation of color #A032BA: hue angle of 288.53º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A032BA is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 50 186 -
CMYK 0.14 0.73 0 0.27
HSL 288.53º 0.58% 0.46% -
HSV(B) 288.53º 0.73% 0.73% -
XYZ 24.5 13.3 47.73 -
YUV 98.39 177.44 171.94 -
System Red Green Blue C M Y K H S L
Decimal 160 50 186 0.14 0.73 0 0.27 288.53 0.58 0.46
Hex A0 32 BA E 49 0 1B 121 3A 2E
Octal 240 62 272 16 111 0 33 441 72 56
Binary 10100000 110010 10111010 1110 1001001 0 11011 100100001 111010 101110

Color Harmonies of #A032BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A032BA

Black with #A032BA

Text Example


Text Example

White with #A032BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A032BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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