Html Css Color HEX #A128AC Dark Orchid

📋 copy color: '#A128AC'

red 161 ◦ green 40 ◦ blue 172

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

Shades of Dark Orchid #A128AC

Tints of Dark Orchid #A128AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.11%

R = 43.16%
G = 10.72%
B = 46.11%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A128AC (or 0xA128AC) is known color: Dark Orchid. HEX triplet: A1, 28 and AC. RGB value is (161,40,172). Sum of RGB (Red+Green+Blue) = 161+40+172=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #A128AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A128AC is #5ED753. Grayscale: #5A5A5A. Windows color (decimal): -6215508 or 11282593. OLE color: 11282593.

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

Color convert

RGB 161 40 172 -
CMYK 0.06 0.77 0 0.33
HSL 295º 0.62% 0.42% -
HSV(B) 295º 0.77% 0.67% -
XYZ 22.9 12.07 40.15 -
YUV 91.23 173.59 177.77 -
System Red Green Blue C M Y K H S L
Decimal 161 40 172 0.06 0.77 0 0.33 295 0.62 0.42
Hex A1 28 AC 6 4D 0 21 127 3E 2A
Octal 241 50 254 6 115 0 41 447 76 52
Binary 10100001 101000 10101100 110 1001101 0 100001 100100111 111110 101010

Color Harmonies of #A128AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A128AC

Black with #A128AC

Text Example


Text Example

White with #A128AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A128AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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