Html Css Color HEX #A528AB Dark Orchid

📋 copy color: '#A528AB'

red 165 ◦ green 40 ◦ blue 171

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

Shades of Dark Orchid #A528AB

Tints of Dark Orchid #A528AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 43.88%
G = 10.64%
B = 45.48%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A528AB (or 0xA528AB) is known color: Dark Orchid. HEX triplet: A5, 28 and AB. RGB value is (165,40,171). Sum of RGB (Red+Green+Blue) = 165+40+171=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #A528AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A528AB is #5AD754. Grayscale: #5B5B5B. Windows color (decimal): -5953365 or 11217061. OLE color: 11217061.

HSL color Cylindrical-coordinate representation of color #A528AB: hue angle of 297.25º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A528AB is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 40 171 -
CMYK 0.04 0.77 0 0.33
HSL 297.25º 0.62% 0.41% -
HSV(B) 297.25º 0.77% 0.67% -
XYZ 23.63 12.46 39.69 -
YUV 92.31 172.41 179.85 -
System Red Green Blue C M Y K H S L
Decimal 165 40 171 0.04 0.77 0 0.33 297.25 0.62 0.41
Hex A5 28 AB 4 4D 0 21 129 3E 29
Octal 245 50 253 4 115 0 41 451 76 51
Binary 10100101 101000 10101011 100 1001101 0 100001 100101001 111110 101001

Color Harmonies of #A528AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A528AB

Black with #A528AB

Text Example


Text Example

White with #A528AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A528AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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