Html Css Color HEX #A626AD Dark Orchid

📋 copy color: '#A626AD'

red 166 ◦ green 38 ◦ blue 173

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

Shades of Dark Orchid #A626AD

Tints of Dark Orchid #A626AD

RGB

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

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

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

R = 44.03%
G = 10.08%
B = 45.89%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A626AD (or 0xA626AD) is known color: Dark Orchid. HEX triplet: A6, 26 and AD. RGB value is (166,38,173). Sum of RGB (Red+Green+Blue) = 166+38+173=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 38 (15.23% from 255 or 10.08% 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 #A626AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A626AD is #59D952. Grayscale: #5B5B5B. Windows color (decimal): -5888339 or 11347622. OLE color: 11347622.

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

Color convert

RGB 166 38 173 -
CMYK 0.04 0.78 0 0.32
HSL 296.89º 0.64% 0.41% -
HSV(B) 296.89º 0.78% 0.68% -
XYZ 23.96 12.51 40.69 -
YUV 91.66 173.91 181.02 -
System Red Green Blue C M Y K H S L
Decimal 166 38 173 0.04 0.78 0 0.32 296.89 0.64 0.41
Hex A6 26 AD 4 4E 0 20 129 40 29
Octal 246 46 255 4 116 0 40 451 100 51
Binary 10100110 100110 10101101 100 1001110 0 100000 100101001 1000000 101001

Color Harmonies of #A626AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A626AD

Black with #A626AD

Text Example


Text Example

White with #A626AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A626AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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