Html Css Color HEX #A428AD Dark Orchid

📋 copy color: '#A428AD'

red 164 ◦ green 40 ◦ blue 173

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

Shades of Dark Orchid #A428AD

Tints of Dark Orchid #A428AD

RGB

 RED value IS 164 (64.45% from 255) = 43.5%

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

 BLUE value IS 173 (67.97% from 255) = 45.89%

R = 43.5%
G = 10.61%
B = 45.89%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A428AD (or 0xA428AD) is known color: Dark Orchid. HEX triplet: A4, 28 and AD. RGB value is (164,40,173). Sum of RGB (Red+Green+Blue) = 164+40+173=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #A428AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A428AD is #5BD752. Grayscale: #5B5B5B. Windows color (decimal): -6018899 or 11348132. OLE color: 11348132.

HSL color Cylindrical-coordinate representation of color #A428AD: hue angle of 295.94º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A428AD is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 40 173 -
CMYK 0.05 0.77 0 0.32
HSL 295.94º 0.62% 0.42% -
HSV(B) 295.94º 0.77% 0.68% -
XYZ 23.61 12.43 40.69 -
YUV 92.24 173.58 179.19 -
System Red Green Blue C M Y K H S L
Decimal 164 40 173 0.05 0.77 0 0.32 295.94 0.62 0.42
Hex A4 28 AD 5 4D 0 20 128 3E 2A
Octal 244 50 255 5 115 0 40 450 76 52
Binary 10100100 101000 10101101 101 1001101 0 100000 100101000 111110 101010

Color Harmonies of #A428AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A428AD

Black with #A428AD

Text Example


Text Example

White with #A428AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A428AD; }

 p { color: rgb(164,40,173); }

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

background-color css

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

 a { background-color: rgb(164,40,173); }

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

border-color css

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

 span { border-color: rgb(164,40,173); }

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