Html Css Color HEX #A128D6 Dark Orchid

📋 copy color: '#A128D6'

red 161 ◦ green 40 ◦ blue 214

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

Shades of Dark Orchid #A128D6

Tints of Dark Orchid #A128D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 51.57%

R = 38.8%
G = 9.64%
B = 51.57%

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

#A128D6 (or 0xA128D6) is known color: Dark Orchid. HEX triplet: A1, 28 and D6. RGB value is (161,40,214). Sum of RGB (Red+Green+Blue) = 161+40+214=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 214 (83.98% from 255 or 51.57% from 415); Max value from RGB is 214 - color contains mainly: blue. Hex color #A128D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A128D6 is #5ED729. Grayscale: #5F5F5F. Windows color (decimal): -6215466 or 14035105. OLE color: 14035105.

HSL color Cylindrical-coordinate representation of color #A128D6: hue angle of 281.72º 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 #A128D6 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 40 214 -
CMYK 0.25 0.81 0 0.16
HSL 281.72º 0.69% 0.5% -
HSV(B) 281.72º 0.81% 0.84% -
XYZ 27.59 13.95 64.86 -
YUV 96.02 194.59 174.35 -
System Red Green Blue C M Y K H S L
Decimal 161 40 214 0.25 0.81 0 0.16 281.72 0.69 0.5
Hex A1 28 D6 19 51 0 10 11A 45 32
Octal 241 50 326 31 121 0 20 432 105 62
Binary 10100001 101000 11010110 11001 1010001 0 10000 100011010 1000101 110010

Color Harmonies of #A128D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A128D6

Black with #A128D6

Text Example


Text Example

White with #A128D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A128D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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