Html Css Color HEX #A528BA Dark Orchid

📋 copy color: '#A528BA'

red 165 ◦ green 40 ◦ blue 186

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

Shades of Dark Orchid #A528BA

Tints of Dark Orchid #A528BA

RGB

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

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

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

R = 42.2%
G = 10.23%
B = 47.57%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A528BA (or 0xA528BA) is known color: Dark Orchid. HEX triplet: A5, 28 and BA. RGB value is (165,40,186). Sum of RGB (Red+Green+Blue) = 165+40+186=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #A528BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A528BA is #5AD745. Grayscale: #5D5D5D. Windows color (decimal): -5953350 or 12200101. OLE color: 12200101.

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

Color convert

RGB 165 40 186 -
CMYK 0.11 0.78 0 0.27
HSL 291.37º 0.65% 0.44% -
HSV(B) 291.37º 0.78% 0.73% -
XYZ 25.14 13.06 47.65 -
YUV 94.02 179.91 178.63 -
System Red Green Blue C M Y K H S L
Decimal 165 40 186 0.11 0.78 0 0.27 291.37 0.65 0.44
Hex A5 28 BA B 4E 0 1B 123 41 2C
Octal 245 50 272 13 116 0 33 443 101 54
Binary 10100101 101000 10111010 1011 1001110 0 11011 100100011 1000001 101100

Color Harmonies of #A528BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A528BA

Black with #A528BA

Text Example


Text Example

White with #A528BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A528BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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