Html Css Color HEX #A627AD Dark Orchid

📋 copy color: '#A627AD'

red 166 ◦ green 39 ◦ blue 173

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

Shades of Dark Orchid #A627AD

Tints of Dark Orchid #A627AD

RGB

 RED value IS 166 (65.23% from 255) = 43.92%

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

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

R = 43.92%
G = 10.32%
B = 45.77%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A627AD (or 0xA627AD) is known color: Dark Orchid. HEX triplet: A6, 27 and AD. RGB value is (166,39,173). Sum of RGB (Red+Green+Blue) = 166+39+173=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #A627AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A627AD is #59D852. Grayscale: #5B5B5B. Windows color (decimal): -5888083 or 11347878. OLE color: 11347878.

HSL color Cylindrical-coordinate representation of color #A627AD: hue angle of 296.87º 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 #A627AD is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 39 173 -
CMYK 0.04 0.77 0 0.32
HSL 296.87º 0.63% 0.42% -
HSV(B) 296.87º 0.77% 0.68% -
XYZ 23.99 12.58 40.7 -
YUV 92.25 173.58 180.6 -
System Red Green Blue C M Y K H S L
Decimal 166 39 173 0.04 0.77 0 0.32 296.87 0.63 0.42
Hex A6 27 AD 4 4D 0 20 129 3F 2A
Octal 246 47 255 4 115 0 40 451 77 52
Binary 10100110 100111 10101101 100 1001101 0 100000 100101001 111111 101010

Color Harmonies of #A627AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A627AD

Black with #A627AD

Text Example


Text Example

White with #A627AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A627AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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