Html Css Color HEX #A624AD Dark Orchid

📋 copy color: '#A624AD'

red 166 ◦ green 36 ◦ blue 173

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

Shades of Dark Orchid #A624AD

Tints of Dark Orchid #A624AD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.6%

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

R = 44.27%
G = 9.6%
B = 46.13%

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

#A624AD (or 0xA624AD) is known color: Dark Orchid. HEX triplet: A6, 24 and AD. RGB value is (166,36,173). Sum of RGB (Red+Green+Blue) = 166+36+173=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #A624AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A624AD is #59DB52. Grayscale: #5A5A5A. Windows color (decimal): -5888851 or 11347110. OLE color: 11347110.

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

Color convert

RGB 166 36 173 -
CMYK 0.04 0.79 0 0.32
HSL 296.93º 0.66% 0.41% -
HSV(B) 296.93º 0.79% 0.68% -
XYZ 23.9 12.39 40.67 -
YUV 90.49 174.57 181.86 -
System Red Green Blue C M Y K H S L
Decimal 166 36 173 0.04 0.79 0 0.32 296.93 0.66 0.41
Hex A6 24 AD 4 4F 0 20 129 42 29
Octal 246 44 255 4 117 0 40 451 102 51
Binary 10100110 100100 10101101 100 1001111 0 100000 100101001 1000010 101001

Color Harmonies of #A624AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A624AD

Black with #A624AD

Text Example


Text Example

White with #A624AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A624AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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