Html Css Color HEX #A528AA Dark Orchid

📋 copy color: '#A528AA'

red 165 ◦ green 40 ◦ blue 170

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

Shades of Dark Orchid #A528AA

Tints of Dark Orchid #A528AA

RGB

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

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

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

R = 44%
G = 10.67%
B = 45.33%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A528AA (or 0xA528AA) is known color: Dark Orchid. HEX triplet: A5, 28 and AA. RGB value is (165,40,170). Sum of RGB (Red+Green+Blue) = 165+40+170=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #A528AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A528AA is #5AD755. Grayscale: #5B5B5B. Windows color (decimal): -5953366 or 11151525. OLE color: 11151525.

HSL color Cylindrical-coordinate representation of color #A528AA: hue angle of 297.69º 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 #A528AA is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 40 170 -
CMYK 0.03 0.76 0 0.33
HSL 297.69º 0.62% 0.41% -
HSV(B) 297.69º 0.76% 0.67% -
XYZ 23.53 12.42 39.19 -
YUV 92.2 171.91 179.93 -
System Red Green Blue C M Y K H S L
Decimal 165 40 170 0.03 0.76 0 0.33 297.69 0.62 0.41
Hex A5 28 AA 3 4C 0 21 12A 3E 29
Octal 245 50 252 3 114 0 41 452 76 51
Binary 10100101 101000 10101010 11 1001100 0 100001 100101010 111110 101001

Color Harmonies of #A528AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A528AA

Black with #A528AA

Text Example


Text Example

White with #A528AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A528AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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