Html Css Color HEX #A928AA Dark Orchid

📋 copy color: '#A928AA'

red 169 ◦ green 40 ◦ blue 170

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

Shades of Dark Orchid #A928AA

Tints of Dark Orchid #A928AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.85%

R = 44.59%
G = 10.55%
B = 44.85%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A928AA (or 0xA928AA) is known color: Dark Orchid. HEX triplet: A9, 28 and AA. RGB value is (169,40,170). Sum of RGB (Red+Green+Blue) = 169+40+170=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #A928AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A928AA is #56D755. Grayscale: #5D5D5D. Windows color (decimal): -5691222 or 11151529. OLE color: 11151529.

HSL color Cylindrical-coordinate representation of color #A928AA: hue angle of 299.54º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A928AA is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 40 170 -
CMYK 0.01 0.76 0 0.33
HSL 299.54º 0.62% 0.41% -
HSV(B) 299.54º 0.76% 0.67% -
XYZ 24.38 12.85 39.23 -
YUV 93.39 171.24 181.93 -
System Red Green Blue C M Y K H S L
Decimal 169 40 170 0.01 0.76 0 0.33 299.54 0.62 0.41
Hex A9 28 AA 1 4C 0 21 12C 3E 29
Octal 251 50 252 1 114 0 41 454 76 51
Binary 10101001 101000 10101010 1 1001100 0 100001 100101100 111110 101001

Color Harmonies of #A928AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A928AA

Black with #A928AA

Text Example


Text Example

White with #A928AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A928AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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