Html Css Color HEX #A528AD Dark Orchid

📋 copy color: '#A528AD'

red 165 ◦ green 40 ◦ blue 173

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

Shades of Dark Orchid #A528AD

Tints of Dark Orchid #A528AD

RGB

 RED value IS 165 (64.84% from 255) = 43.65%

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

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

R = 43.65%
G = 10.58%
B = 45.77%

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

#A528AD (or 0xA528AD) is known color: Dark Orchid. HEX triplet: A5, 28 and AD. RGB value is (165,40,173). Sum of RGB (Red+Green+Blue) = 165+40+173=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #A528AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A528AD is #5AD752. Grayscale: #5C5C5C. Windows color (decimal): -5953363 or 11348133. OLE color: 11348133.

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

Color convert

RGB 165 40 173 -
CMYK 0.05 0.77 0 0.32
HSL 296.39º 0.62% 0.42% -
HSV(B) 296.39º 0.77% 0.68% -
XYZ 23.82 12.53 40.7 -
YUV 92.54 173.41 179.69 -
System Red Green Blue C M Y K H S L
Decimal 165 40 173 0.05 0.77 0 0.32 296.39 0.62 0.42
Hex A5 28 AD 5 4D 0 20 128 3E 2A
Octal 245 50 255 5 115 0 40 450 76 52
Binary 10100101 101000 10101101 101 1001101 0 100000 100101000 111110 101010

Color Harmonies of #A528AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A528AD

Black with #A528AD

Text Example


Text Example

White with #A528AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A528AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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