Html Css Color HEX #A528AE Dark Orchid

📋 copy color: '#A528AE'

red 165 ◦ green 40 ◦ blue 174

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

Shades of Dark Orchid #A528AE

Tints of Dark Orchid #A528AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.91%

R = 43.54%
G = 10.55%
B = 45.91%

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

#A528AE (or 0xA528AE) is known color: Dark Orchid. HEX triplet: A5, 28 and AE. RGB value is (165,40,174). Sum of RGB (Red+Green+Blue) = 165+40+174=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #A528AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A528AE is #5AD751. Grayscale: #5C5C5C. Windows color (decimal): -5953362 or 11413669. OLE color: 11413669.

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

Color convert

RGB 165 40 174 -
CMYK 0.05 0.77 0 0.32
HSL 295.97º 0.63% 0.42% -
HSV(B) 295.97º 0.77% 0.68% -
XYZ 23.92 12.57 41.21 -
YUV 92.65 173.91 179.6 -
System Red Green Blue C M Y K H S L
Decimal 165 40 174 0.05 0.77 0 0.32 295.97 0.63 0.42
Hex A5 28 AE 5 4D 0 20 128 3F 2A
Octal 245 50 256 5 115 0 40 450 77 52
Binary 10100101 101000 10101110 101 1001101 0 100000 100101000 111111 101010

Color Harmonies of #A528AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A528AE

Black with #A528AE

Text Example


Text Example

White with #A528AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A528AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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