Html Css Color HEX #A128BC Dark Orchid

📋 copy color: '#A128BC'

red 161 ◦ green 40 ◦ blue 188

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

Shades of Dark Orchid #A128BC

Tints of Dark Orchid #A128BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.33%

R = 41.39%
G = 10.28%
B = 48.33%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A128BC (or 0xA128BC) is known color: Dark Orchid. HEX triplet: A1, 28 and BC. RGB value is (161,40,188). Sum of RGB (Red+Green+Blue) = 161+40+188=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #A128BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A128BC is #5ED743. Grayscale: #5C5C5C. Windows color (decimal): -6215492 or 12331169. OLE color: 12331169.

HSL color Cylindrical-coordinate representation of color #A128BC: hue angle of 289.05º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A128BC is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 40 188 -
CMYK 0.14 0.79 0 0.26
HSL 289.05º 0.65% 0.45% -
HSV(B) 289.05º 0.79% 0.74% -
XYZ 24.53 12.73 48.74 -
YUV 93.05 181.59 176.47 -
System Red Green Blue C M Y K H S L
Decimal 161 40 188 0.14 0.79 0 0.26 289.05 0.65 0.45
Hex A1 28 BC E 4F 0 1A 121 41 2D
Octal 241 50 274 16 117 0 32 441 101 55
Binary 10100001 101000 10111100 1110 1001111 0 11010 100100001 1000001 101101

Color Harmonies of #A128BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A128BC

Black with #A128BC

Text Example


Text Example

White with #A128BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A128BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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