Html Css Color HEX #A528CE Dark Orchid

📋 copy color: '#A528CE'

red 165 ◦ green 40 ◦ blue 206

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

Shades of Dark Orchid #A528CE

Tints of Dark Orchid #A528CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.12%

R = 40.15%
G = 9.73%
B = 50.12%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A528CE (or 0xA528CE) is known color: Dark Orchid. HEX triplet: A5, 28 and CE. RGB value is (165,40,206). Sum of RGB (Red+Green+Blue) = 165+40+206=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #A528CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A528CE is #5AD731. Grayscale: #5F5F5F. Windows color (decimal): -5953330 or 13510821. OLE color: 13510821.

HSL color Cylindrical-coordinate representation of color #A528CE: hue angle of 285.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A528CE is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 40 206 -
CMYK 0.20 0.81 0 0.19
HSL 285.18º 0.67% 0.48% -
HSV(B) 285.18º 0.81% 0.81% -
XYZ 27.42 13.97 59.64 -
YUV 96.3 189.91 177 -
System Red Green Blue C M Y K H S L
Decimal 165 40 206 0.20 0.81 0 0.19 285.18 0.67 0.48
Hex A5 28 CE 14 51 0 13 11D 43 30
Octal 245 50 316 24 121 0 23 435 103 60
Binary 10100101 101000 11001110 10100 1010001 0 10011 100011101 1000011 110000

Color Harmonies of #A528CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A528CE

Black with #A528CE

Text Example


Text Example

White with #A528CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A528CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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