Html Css Color HEX #A128C0 Dark Orchid

📋 copy color: '#A128C0'

red 161 ◦ green 40 ◦ blue 192

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

Shades of Dark Orchid #A128C0

Tints of Dark Orchid #A128C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.85%

R = 40.97%
G = 10.18%
B = 48.85%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A128C0 (or 0xA128C0) is known color: Dark Orchid. HEX triplet: A1, 28 and C0. RGB value is (161,40,192). Sum of RGB (Red+Green+Blue) = 161+40+192=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 192 - color contains mainly: blue. Hex color #A128C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A128C0 is #5ED73F. Grayscale: #5D5D5D. Windows color (decimal): -6215488 or 12593313. OLE color: 12593313.

HSL color Cylindrical-coordinate representation of color #A128C0: hue angle of 287.76º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A128C0 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 40 192 -
CMYK 0.16 0.79 0 0.25
HSL 287.76º 0.66% 0.45% -
HSV(B) 287.76º 0.79% 0.75% -
XYZ 24.97 12.9 51.04 -
YUV 93.51 183.59 176.14 -
System Red Green Blue C M Y K H S L
Decimal 161 40 192 0.16 0.79 0 0.25 287.76 0.66 0.45
Hex A1 28 C0 10 4F 0 19 120 42 2D
Octal 241 50 300 20 117 0 31 440 102 55
Binary 10100001 101000 11000000 10000 1001111 0 11001 100100000 1000010 101101

Color Harmonies of #A128C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A128C0

Black with #A128C0

Text Example


Text Example

White with #A128C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A128C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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