Html Css Color HEX #A032AD Dark Orchid

📋 copy color: '#A032AD'

red 160 ◦ green 50 ◦ blue 173

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

Shades of Dark Orchid #A032AD

Tints of Dark Orchid #A032AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.17%

R = 41.78%
G = 13.05%
B = 45.17%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A032AD (or 0xA032AD) is known color: Dark Orchid. HEX triplet: A0, 32 and AD. RGB value is (160,50,173). Sum of RGB (Red+Green+Blue) = 160+50+173=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #A032AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A032AD is #5FCD52. Grayscale: #606060. Windows color (decimal): -6278483 or 11350688. OLE color: 11350688.

HSL color Cylindrical-coordinate representation of color #A032AD: hue angle of 293.66º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A032AD is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 50 173 -
CMYK 0.08 0.71 0 0.32
HSL 293.66º 0.55% 0.44% -
HSV(B) 293.66º 0.71% 0.68% -
XYZ 23.18 12.77 40.78 -
YUV 96.91 170.94 173 -
System Red Green Blue C M Y K H S L
Decimal 160 50 173 0.08 0.71 0 0.32 293.66 0.55 0.44
Hex A0 32 AD 8 47 0 20 126 37 2C
Octal 240 62 255 10 107 0 40 446 67 54
Binary 10100000 110010 10101101 1000 1000111 0 100000 100100110 110111 101100

Color Harmonies of #A032AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A032AD

Black with #A032AD

Text Example


Text Example

White with #A032AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A032AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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