Html Css Color HEX #A038AD Dark Orchid

📋 copy color: '#A038AD'

red 160 ◦ green 56 ◦ blue 173

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

Shades of Dark Orchid #A038AD

Tints of Dark Orchid #A038AD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.4%

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

R = 41.13%
G = 14.4%
B = 44.47%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A038AD (or 0xA038AD) is known color: Dark Orchid. HEX triplet: A0, 38 and AD. RGB value is (160,56,173). Sum of RGB (Red+Green+Blue) = 160+56+173=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #A038AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A038AD is #5FC752. Grayscale: #646464. Windows color (decimal): -6276947 or 11352224. OLE color: 11352224.

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

Color convert

RGB 160 56 173 -
CMYK 0.08 0.68 0 0.32
HSL 293.33º 0.51% 0.45% -
HSV(B) 293.33º 0.68% 0.68% -
XYZ 23.45 13.32 40.87 -
YUV 100.43 168.96 170.49 -
System Red Green Blue C M Y K H S L
Decimal 160 56 173 0.08 0.68 0 0.32 293.33 0.51 0.45
Hex A0 38 AD 8 44 0 20 125 33 2D
Octal 240 70 255 10 104 0 40 445 63 55
Binary 10100000 111000 10101101 1000 1000100 0 100000 100100101 110011 101101

Color Harmonies of #A038AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A038AD

Black with #A038AD

Text Example


Text Example

White with #A038AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A038AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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