Html Css Color HEX #A528BB Dark Orchid

📋 copy color: '#A528BB'

red 165 ◦ green 40 ◦ blue 187

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

Shades of Dark Orchid #A528BB

Tints of Dark Orchid #A528BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.7%

R = 42.09%
G = 10.2%
B = 47.7%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A528BB (or 0xA528BB) is known color: Dark Orchid. HEX triplet: A5, 28 and BB. RGB value is (165,40,187). Sum of RGB (Red+Green+Blue) = 165+40+187=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #A528BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A528BB is #5AD744. Grayscale: #5D5D5D. Windows color (decimal): -5953349 or 12265637. OLE color: 12265637.

HSL color Cylindrical-coordinate representation of color #A528BB: hue angle of 291.02º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A528BB is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 40 187 -
CMYK 0.12 0.79 0 0.27
HSL 291.02º 0.65% 0.45% -
HSV(B) 291.02º 0.79% 0.73% -
XYZ 25.25 13.1 48.21 -
YUV 94.13 180.41 178.55 -
System Red Green Blue C M Y K H S L
Decimal 165 40 187 0.12 0.79 0 0.27 291.02 0.65 0.45
Hex A5 28 BB C 4F 0 1B 123 41 2D
Octal 245 50 273 14 117 0 33 443 101 55
Binary 10100101 101000 10111011 1100 1001111 0 11011 100100011 1000001 101101

Color Harmonies of #A528BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A528BB

Black with #A528BB

Text Example


Text Example

White with #A528BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A528BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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