Html Css Color HEX #A128BD Dark Orchid

📋 copy color: '#A128BD'

red 161 ◦ green 40 ◦ blue 189

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

Shades of Dark Orchid #A128BD

Tints of Dark Orchid #A128BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.46%

R = 41.28%
G = 10.26%
B = 48.46%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A128BD (or 0xA128BD) is known color: Dark Orchid. HEX triplet: A1, 28 and BD. RGB value is (161,40,189). Sum of RGB (Red+Green+Blue) = 161+40+189=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #A128BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A128BD is #5ED742. Grayscale: #5C5C5C. Windows color (decimal): -6215491 or 12396705. OLE color: 12396705.

HSL color Cylindrical-coordinate representation of color #A128BD: hue angle of 288.72º 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 #A128BD is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 40 189 -
CMYK 0.15 0.79 0 0.26
HSL 288.72º 0.65% 0.45% -
HSV(B) 288.72º 0.79% 0.74% -
XYZ 24.64 12.77 49.31 -
YUV 93.17 182.09 176.38 -
System Red Green Blue C M Y K H S L
Decimal 161 40 189 0.15 0.79 0 0.26 288.72 0.65 0.45
Hex A1 28 BD F 4F 0 1A 121 41 2D
Octal 241 50 275 17 117 0 32 441 101 55
Binary 10100001 101000 10111101 1111 1001111 0 11010 100100001 1000001 101101

Color Harmonies of #A128BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A128BD

Black with #A128BD

Text Example


Text Example

White with #A128BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A128BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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