Html Css Color HEX #A528BE Dark Orchid

📋 copy color: '#A528BE'

red 165 ◦ green 40 ◦ blue 190

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

Shades of Dark Orchid #A528BE

Tints of Dark Orchid #A528BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.1%

R = 41.77%
G = 10.13%
B = 48.1%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A528BE (or 0xA528BE) is known color: Dark Orchid. HEX triplet: A5, 28 and BE. RGB value is (165,40,190). Sum of RGB (Red+Green+Blue) = 165+40+190=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #A528BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A528BE is #5AD741. Grayscale: #5E5E5E. Windows color (decimal): -5953346 or 12462245. OLE color: 12462245.

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

Color convert

RGB 165 40 190 -
CMYK 0.13 0.79 0 0.25
HSL 290º 0.65% 0.45% -
HSV(B) 290º 0.79% 0.75% -
XYZ 25.57 13.23 49.92 -
YUV 94.48 181.91 178.3 -
System Red Green Blue C M Y K H S L
Decimal 165 40 190 0.13 0.79 0 0.25 290 0.65 0.45
Hex A5 28 BE D 4F 0 19 122 41 2D
Octal 245 50 276 15 117 0 31 442 101 55
Binary 10100101 101000 10111110 1101 1001111 0 11001 100100010 1000001 101101

Color Harmonies of #A528BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A528BE

Black with #A528BE

Text Example


Text Example

White with #A528BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A528BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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