Html Css Color HEX #A928BA Dark Orchid

📋 copy color: '#A928BA'

red 169 ◦ green 40 ◦ blue 186

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

Shades of Dark Orchid #A928BA

Tints of Dark Orchid #A928BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 42.78%
G = 10.13%
B = 47.09%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A928BA (or 0xA928BA) is known color: Dark Orchid. HEX triplet: A9, 28 and BA. RGB value is (169,40,186). Sum of RGB (Red+Green+Blue) = 169+40+186=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #A928BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A928BA is #56D745. Grayscale: #5E5E5E. Windows color (decimal): -5691206 or 12200105. OLE color: 12200105.

HSL color Cylindrical-coordinate representation of color #A928BA: hue angle of 293.01º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A928BA is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 40 186 -
CMYK 0.09 0.78 0 0.27
HSL 293.01º 0.65% 0.44% -
HSV(B) 293.01º 0.78% 0.73% -
XYZ 25.98 13.5 47.69 -
YUV 95.22 179.24 180.63 -
System Red Green Blue C M Y K H S L
Decimal 169 40 186 0.09 0.78 0 0.27 293.01 0.65 0.44
Hex A9 28 BA 9 4E 0 1B 125 41 2C
Octal 251 50 272 11 116 0 33 445 101 54
Binary 10101001 101000 10111010 1001 1001110 0 11011 100100101 1000001 101100

Color Harmonies of #A928BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A928BA

Black with #A928BA

Text Example


Text Example

White with #A928BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A928BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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