Html Css Color HEX #A528D5 Dark Orchid

📋 copy color: '#A528D5'

red 165 ◦ green 40 ◦ blue 213

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

Shades of Dark Orchid #A528D5

Tints of Dark Orchid #A528D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.96%

R = 39.47%
G = 9.57%
B = 50.96%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A528D5 (or 0xA528D5) is known color: Dark Orchid. HEX triplet: A5, 28 and D5. RGB value is (165,40,213). Sum of RGB (Red+Green+Blue) = 165+40+213=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 213 (83.59% from 255 or 50.96% from 418); Max value from RGB is 213 - color contains mainly: blue. Hex color #A528D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A528D5 is #5AD72A. Grayscale: #606060. Windows color (decimal): -5953323 or 13969573. OLE color: 13969573.

HSL color Cylindrical-coordinate representation of color #A528D5: hue angle of 283.35º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A528D5 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 40 213 -
CMYK 0.23 0.81 0 0.16
HSL 283.35º 0.68% 0.5% -
HSV(B) 283.35º 0.81% 0.84% -
XYZ 28.29 14.32 64.22 -
YUV 97.1 193.41 176.43 -
System Red Green Blue C M Y K H S L
Decimal 165 40 213 0.23 0.81 0 0.16 283.35 0.68 0.5
Hex A5 28 D5 17 51 0 10 11B 44 32
Octal 245 50 325 27 121 0 20 433 104 62
Binary 10100101 101000 11010101 10111 1010001 0 10000 100011011 1000100 110010

Color Harmonies of #A528D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A528D5

Black with #A528D5

Text Example


Text Example

White with #A528D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A528D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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