Html Css Color HEX #A128DA Dark Orchid

📋 copy color: '#A128DA'

red 161 ◦ green 40 ◦ blue 218

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

Shades of Dark Orchid #A128DA

Tints of Dark Orchid #A128DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.03%

R = 38.42%
G = 9.55%
B = 52.03%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A128DA (or 0xA128DA) is known color: Dark Orchid. HEX triplet: A1, 28 and DA. RGB value is (161,40,218). Sum of RGB (Red+Green+Blue) = 161+40+218=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #A128DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A128DA is #5ED725. Grayscale: #5F5F5F. Windows color (decimal): -6215462 or 14297249. OLE color: 14297249.

HSL color Cylindrical-coordinate representation of color #A128DA: hue angle of 280.79º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A128DA is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 40 218 -
CMYK 0.26 0.82 0 0.15
HSL 280.79º 0.71% 0.51% -
HSV(B) 280.79º 0.82% 0.85% -
XYZ 28.11 14.16 67.58 -
YUV 96.47 196.59 174.03 -
System Red Green Blue C M Y K H S L
Decimal 161 40 218 0.26 0.82 0 0.15 280.79 0.71 0.51
Hex A1 28 DA 1A 52 0 F 119 47 33
Octal 241 50 332 32 122 0 17 431 107 63
Binary 10100001 101000 11011010 11010 1010010 0 1111 100011001 1000111 110011

Color Harmonies of #A128DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A128DA

Black with #A128DA

Text Example


Text Example

White with #A128DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A128DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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