Html Css Color HEX #A128AF Dark Orchid

📋 copy color: '#A128AF'

red 161 ◦ green 40 ◦ blue 175

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

Shades of Dark Orchid #A128AF

Tints of Dark Orchid #A128AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.54%

R = 42.82%
G = 10.64%
B = 46.54%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A128AF (or 0xA128AF) is known color: Dark Orchid. HEX triplet: A1, 28 and AF. RGB value is (161,40,175). Sum of RGB (Red+Green+Blue) = 161+40+175=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #A128AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A128AF is #5ED750. Grayscale: #5B5B5B. Windows color (decimal): -6215505 or 11479201. OLE color: 11479201.

HSL color Cylindrical-coordinate representation of color #A128AF: hue angle of 293.78º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A128AF is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 40 175 -
CMYK 0.08 0.77 0 0.31
HSL 293.78º 0.63% 0.42% -
HSV(B) 293.78º 0.77% 0.69% -
XYZ 23.19 12.19 41.69 -
YUV 91.57 175.09 177.52 -
System Red Green Blue C M Y K H S L
Decimal 161 40 175 0.08 0.77 0 0.31 293.78 0.63 0.42
Hex A1 28 AF 8 4D 0 1F 126 3F 2A
Octal 241 50 257 10 115 0 37 446 77 52
Binary 10100001 101000 10101111 1000 1001101 0 11111 100100110 111111 101010

Color Harmonies of #A128AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A128AF

Black with #A128AF

Text Example


Text Example

White with #A128AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A128AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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