Html Css Color HEX #A526AD Dark Orchid

📋 copy color: '#A526AD'

red 165 ◦ green 38 ◦ blue 173

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

Shades of Dark Orchid #A526AD

Tints of Dark Orchid #A526AD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.11%

 BLUE value IS 173 (67.97% from 255) = 46.01%

R = 43.88%
G = 10.11%
B = 46.01%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A526AD (or 0xA526AD) is known color: Dark Orchid. HEX triplet: A5, 26 and AD. RGB value is (165,38,173). Sum of RGB (Red+Green+Blue) = 165+38+173=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #A526AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A526AD is #5AD952. Grayscale: #5A5A5A. Windows color (decimal): -5953875 or 11347621. OLE color: 11347621.

HSL color Cylindrical-coordinate representation of color #A526AD: hue angle of 296.44º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A526AD is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 38 173 -
CMYK 0.05 0.78 0 0.32
HSL 296.44º 0.64% 0.41% -
HSV(B) 296.44º 0.78% 0.68% -
XYZ 23.75 12.4 40.68 -
YUV 91.36 174.08 180.52 -
System Red Green Blue C M Y K H S L
Decimal 165 38 173 0.05 0.78 0 0.32 296.44 0.64 0.41
Hex A5 26 AD 5 4E 0 20 128 40 29
Octal 245 46 255 5 116 0 40 450 100 51
Binary 10100101 100110 10101101 101 1001110 0 100000 100101000 1000000 101001

Color Harmonies of #A526AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A526AD

Black with #A526AD

Text Example


Text Example

White with #A526AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A526AD; }

 p { color: rgb(165,38,173); }

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

background-color css

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

 a { background-color: rgb(165,38,173); }

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

border-color css

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

 span { border-color: rgb(165,38,173); }

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