Html Css Color HEX #A928AD Dark Orchid

📋 copy color: '#A928AD'

red 169 ◦ green 40 ◦ blue 173

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

Shades of Dark Orchid #A928AD

Tints of Dark Orchid #A928AD

RGB

 RED value IS 169 (66.41% from 255) = 44.24%

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

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

R = 44.24%
G = 10.47%
B = 45.29%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A928AD (or 0xA928AD) is known color: Dark Orchid. HEX triplet: A9, 28 and AD. RGB value is (169,40,173). Sum of RGB (Red+Green+Blue) = 169+40+173=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #A928AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A928AD is #56D752. Grayscale: #5D5D5D. Windows color (decimal): -5691219 or 11348137. OLE color: 11348137.

HSL color Cylindrical-coordinate representation of color #A928AD: hue angle of 298.2º 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 #A928AD is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 40 173 -
CMYK 0.02 0.77 0 0.32
HSL 298.2º 0.62% 0.42% -
HSV(B) 298.2º 0.77% 0.68% -
XYZ 24.66 12.97 40.74 -
YUV 93.73 172.74 181.69 -
System Red Green Blue C M Y K H S L
Decimal 169 40 173 0.02 0.77 0 0.32 298.2 0.62 0.42
Hex A9 28 AD 2 4D 0 20 12A 3E 2A
Octal 251 50 255 2 115 0 40 452 76 52
Binary 10101001 101000 10101101 10 1001101 0 100000 100101010 111110 101010

Color Harmonies of #A928AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A928AD

Black with #A928AD

Text Example


Text Example

White with #A928AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A928AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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