Html Css Color HEX #A629AC Dark Orchid

📋 copy color: '#A629AC'

red 166 ◦ green 41 ◦ blue 172

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

Shades of Dark Orchid #A629AC

Tints of Dark Orchid #A629AC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.82%

 BLUE value IS 172 (67.58% from 255) = 45.38%

R = 43.8%
G = 10.82%
B = 45.38%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A629AC (or 0xA629AC) is known color: Dark Orchid. HEX triplet: A6, 29 and AC. RGB value is (166,41,172). Sum of RGB (Red+Green+Blue) = 166+41+172=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #A629AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A629AC is #59D653. Grayscale: #5C5C5C. Windows color (decimal): -5887572 or 11282854. OLE color: 11282854.

HSL color Cylindrical-coordinate representation of color #A629AC: hue angle of 297.25º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A629AC is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 41 172 -
CMYK 0.03 0.76 0 0.33
HSL 297.25º 0.62% 0.42% -
HSV(B) 297.25º 0.76% 0.67% -
XYZ 23.97 12.67 40.21 -
YUV 93.31 172.41 179.85 -
System Red Green Blue C M Y K H S L
Decimal 166 41 172 0.03 0.76 0 0.33 297.25 0.62 0.42
Hex A6 29 AC 3 4C 0 21 129 3E 2A
Octal 246 51 254 3 114 0 41 451 76 52
Binary 10100110 101001 10101100 11 1001100 0 100001 100101001 111110 101010

Color Harmonies of #A629AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A629AC

Black with #A629AC

Text Example


Text Example

White with #A629AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A629AC; }

 p { color: rgb(166,41,172); }

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

background-color css

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

 a { background-color: rgb(166,41,172); }

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

border-color css

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

 span { border-color: rgb(166,41,172); }

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