Html Css Color HEX #A625AD Dark Orchid

📋 copy color: '#A625AD'

red 166 ◦ green 37 ◦ blue 173

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

Shades of Dark Orchid #A625AD

Tints of Dark Orchid #A625AD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.84%

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

R = 44.15%
G = 9.84%
B = 46.01%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A625AD (or 0xA625AD) is known color: Dark Orchid. HEX triplet: A6, 25 and AD. RGB value is (166,37,173). Sum of RGB (Red+Green+Blue) = 166+37+173=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 37 (14.84% from 255 or 9.84% 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 #A625AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A625AD is #59DA52. Grayscale: #5A5A5A. Windows color (decimal): -5888595 or 11347366. OLE color: 11347366.

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

Color convert

RGB 166 37 173 -
CMYK 0.04 0.79 0 0.32
HSL 296.91º 0.65% 0.41% -
HSV(B) 296.91º 0.79% 0.68% -
XYZ 23.93 12.45 40.68 -
YUV 91.08 174.24 181.44 -
System Red Green Blue C M Y K H S L
Decimal 166 37 173 0.04 0.79 0 0.32 296.91 0.65 0.41
Hex A6 25 AD 4 4F 0 20 129 41 29
Octal 246 45 255 4 117 0 40 451 101 51
Binary 10100110 100101 10101101 100 1001111 0 100000 100101001 1000001 101001

Color Harmonies of #A625AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A625AD

Black with #A625AD

Text Example


Text Example

White with #A625AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A625AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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