Html Css Color HEX #A128AD Dark Orchid

📋 copy color: '#A128AD'

red 161 ◦ green 40 ◦ blue 173

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

Shades of Dark Orchid #A128AD

Tints of Dark Orchid #A128AD

RGB

 RED value IS 161 (63.28% from 255) = 43.05%

 GREEN value IS 40 (16.02% from 255) = 10.7%

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

R = 43.05%
G = 10.7%
B = 46.26%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A128AD (or 0xA128AD) is known color: Dark Orchid. HEX triplet: A1, 28 and AD. RGB value is (161,40,173). Sum of RGB (Red+Green+Blue) = 161+40+173=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #A128AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A128AD is #5ED752. Grayscale: #5A5A5A. Windows color (decimal): -6215507 or 11348129. OLE color: 11348129.

HSL color Cylindrical-coordinate representation of color #A128AD: hue angle of 294.59º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A128AD is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 40 173 -
CMYK 0.07 0.77 0 0.32
HSL 294.59º 0.62% 0.42% -
HSV(B) 294.59º 0.77% 0.68% -
XYZ 23 12.11 40.66 -
YUV 91.34 174.09 177.69 -
System Red Green Blue C M Y K H S L
Decimal 161 40 173 0.07 0.77 0 0.32 294.59 0.62 0.42
Hex A1 28 AD 7 4D 0 20 127 3E 2A
Octal 241 50 255 7 115 0 40 447 76 52
Binary 10100001 101000 10101101 111 1001101 0 100000 100100111 111110 101010

Color Harmonies of #A128AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A128AD

Black with #A128AD

Text Example


Text Example

White with #A128AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A128AD; }

 p { color: rgb(161,40,173); }

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

background-color css

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

 a { background-color: rgb(161,40,173); }

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

border-color css

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

 span { border-color: rgb(161,40,173); }

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