Html Css Color HEX #A527AD Dark Orchid

📋 copy color: '#A527AD'

red 165 ◦ green 39 ◦ blue 173

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

Shades of Dark Orchid #A527AD

Tints of Dark Orchid #A527AD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.34%

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

R = 43.77%
G = 10.34%
B = 45.89%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A527AD (or 0xA527AD) is known color: Dark Orchid. HEX triplet: A5, 27 and AD. RGB value is (165,39,173). Sum of RGB (Red+Green+Blue) = 165+39+173=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #A527AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A527AD is #5AD852. Grayscale: #5B5B5B. Windows color (decimal): -5953619 or 11347877. OLE color: 11347877.

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

Color convert

RGB 165 39 173 -
CMYK 0.05 0.77 0 0.32
HSL 296.42º 0.63% 0.42% -
HSV(B) 296.42º 0.77% 0.68% -
XYZ 23.79 12.47 40.69 -
YUV 91.95 173.74 180.1 -
System Red Green Blue C M Y K H S L
Decimal 165 39 173 0.05 0.77 0 0.32 296.42 0.63 0.42
Hex A5 27 AD 5 4D 0 20 128 3F 2A
Octal 245 47 255 5 115 0 40 450 77 52
Binary 10100101 100111 10101101 101 1001101 0 100000 100101000 111111 101010

Color Harmonies of #A527AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A527AD

Black with #A527AD

Text Example


Text Example

White with #A527AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A527AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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