Html Css Color HEX #A728BA Dark Orchid

📋 copy color: '#A728BA'

red 167 ◦ green 40 ◦ blue 186

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

Shades of Dark Orchid #A728BA

Tints of Dark Orchid #A728BA

RGB

 RED value IS 167 (65.63% from 255) = 42.49%

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

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

R = 42.49%
G = 10.18%
B = 47.33%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A728BA (or 0xA728BA) is known color: Dark Orchid. HEX triplet: A7, 28 and BA. RGB value is (167,40,186). Sum of RGB (Red+Green+Blue) = 167+40+186=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #A728BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A728BA is #58D745. Grayscale: #5E5E5E. Windows color (decimal): -5822278 or 12200103. OLE color: 12200103.

HSL color Cylindrical-coordinate representation of color #A728BA: hue angle of 292.19º 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 #A728BA is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 40 186 -
CMYK 0.10 0.78 0 0.27
HSL 292.19º 0.65% 0.44% -
HSV(B) 292.19º 0.78% 0.73% -
XYZ 25.56 13.28 47.67 -
YUV 94.62 179.58 179.63 -
System Red Green Blue C M Y K H S L
Decimal 167 40 186 0.10 0.78 0 0.27 292.19 0.65 0.44
Hex A7 28 BA A 4E 0 1B 124 41 2C
Octal 247 50 272 12 116 0 33 444 101 54
Binary 10100111 101000 10111010 1010 1001110 0 11011 100100100 1000001 101100

Color Harmonies of #A728BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A728BA

Black with #A728BA

Text Example


Text Example

White with #A728BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A728BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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