Html Css Color HEX #A128DB Dark Orchid

📋 copy color: '#A128DB'

red 161 ◦ green 40 ◦ blue 219

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

Shades of Dark Orchid #A128DB

Tints of Dark Orchid #A128DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.14%

R = 38.33%
G = 9.52%
B = 52.14%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A128DB (or 0xA128DB) is known color: Dark Orchid. HEX triplet: A1, 28 and DB. RGB value is (161,40,219). Sum of RGB (Red+Green+Blue) = 161+40+219=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #A128DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A128DB is #5ED724. Grayscale: #5F5F5F. Windows color (decimal): -6215461 or 14362785. OLE color: 14362785.

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

Color convert

RGB 161 40 219 -
CMYK 0.26 0.82 0 0.14
HSL 280.56º 0.71% 0.51% -
HSV(B) 280.56º 0.82% 0.86% -
XYZ 28.24 14.21 68.27 -
YUV 96.59 197.09 173.95 -
System Red Green Blue C M Y K H S L
Decimal 161 40 219 0.26 0.82 0 0.14 280.56 0.71 0.51
Hex A1 28 DB 1A 52 0 E 119 47 33
Octal 241 50 333 32 122 0 16 431 107 63
Binary 10100001 101000 11011011 11010 1010010 0 1110 100011001 1000111 110011

Color Harmonies of #A128DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A128DB

Black with #A128DB

Text Example


Text Example

White with #A128DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A128DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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