Html Css Color HEX #A128DF Dark Orchid

📋 copy color: '#A128DF'

red 161 ◦ green 40 ◦ blue 223

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

Shades of Dark Orchid #A128DF

Tints of Dark Orchid #A128DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.59%

R = 37.97%
G = 9.43%
B = 52.59%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A128DF (or 0xA128DF) is known color: Dark Orchid. HEX triplet: A1, 28 and DF. RGB value is (161,40,223). Sum of RGB (Red+Green+Blue) = 161+40+223=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #A128DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A128DF is #5ED720. Grayscale: #606060. Windows color (decimal): -6215457 or 14624929. OLE color: 14624929.

HSL color Cylindrical-coordinate representation of color #A128DF: hue angle of 279.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A128DF is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 40 223 -
CMYK 0.28 0.82 0 0.13
HSL 279.67º 0.74% 0.52% -
HSV(B) 279.67º 0.82% 0.87% -
XYZ 28.78 14.42 71.08 -
YUV 97.04 199.09 173.62 -
System Red Green Blue C M Y K H S L
Decimal 161 40 223 0.28 0.82 0 0.13 279.67 0.74 0.52
Hex A1 28 DF 1C 52 0 D 118 4A 34
Octal 241 50 337 34 122 0 15 430 112 64
Binary 10100001 101000 11011111 11100 1010010 0 1101 100011000 1001010 110100

Color Harmonies of #A128DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A128DF

Black with #A128DF

Text Example


Text Example

White with #A128DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A128DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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