Html Css Color HEX #A128D7 Dark Orchid

📋 copy color: '#A128D7'

red 161 ◦ green 40 ◦ blue 215

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

Shades of Dark Orchid #A128D7

Tints of Dark Orchid #A128D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.68%

R = 38.7%
G = 9.62%
B = 51.68%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A128D7 (or 0xA128D7) is known color: Dark Orchid. HEX triplet: A1, 28 and D7. RGB value is (161,40,215). Sum of RGB (Red+Green+Blue) = 161+40+215=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 215 (84.38% from 255 or 51.68% from 416); Max value from RGB is 215 - color contains mainly: blue. Hex color #A128D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A128D7 is #5ED728. Grayscale: #5F5F5F. Windows color (decimal): -6215465 or 14100641. OLE color: 14100641.

HSL color Cylindrical-coordinate representation of color #A128D7: hue angle of 281.49º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A128D7 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 40 215 -
CMYK 0.25 0.81 0 0.16
HSL 281.49º 0.69% 0.5% -
HSV(B) 281.49º 0.81% 0.84% -
XYZ 27.72 14 65.53 -
YUV 96.13 195.09 174.27 -
System Red Green Blue C M Y K H S L
Decimal 161 40 215 0.25 0.81 0 0.16 281.49 0.69 0.5
Hex A1 28 D7 19 51 0 10 119 45 32
Octal 241 50 327 31 121 0 20 431 105 62
Binary 10100001 101000 11010111 11001 1010001 0 10000 100011001 1000101 110010

Color Harmonies of #A128D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A128D7

Black with #A128D7

Text Example


Text Example

White with #A128D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A128D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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