Html Css Color HEX #A626AC Dark Orchid

📋 copy color: '#A626AC'

red 166 ◦ green 38 ◦ blue 172

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

Shades of Dark Orchid #A626AC

Tints of Dark Orchid #A626AC

RGB

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

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

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

R = 44.15%
G = 10.11%
B = 45.74%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A626AC (or 0xA626AC) is known color: Dark Orchid. HEX triplet: A6, 26 and AC. RGB value is (166,38,172). Sum of RGB (Red+Green+Blue) = 166+38+172=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #A626AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A626AC is #59D953. Grayscale: #5B5B5B. Windows color (decimal): -5888340 or 11282086. OLE color: 11282086.

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

Color convert

RGB 166 38 172 -
CMYK 0.03 0.78 0 0.33
HSL 297.31º 0.64% 0.41% -
HSV(B) 297.31º 0.78% 0.67% -
XYZ 23.87 12.47 40.18 -
YUV 91.55 173.41 181.1 -
System Red Green Blue C M Y K H S L
Decimal 166 38 172 0.03 0.78 0 0.33 297.31 0.64 0.41
Hex A6 26 AC 3 4E 0 21 129 40 29
Octal 246 46 254 3 116 0 41 451 100 51
Binary 10100110 100110 10101100 11 1001110 0 100001 100101001 1000000 101001

Color Harmonies of #A626AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A626AC

Black with #A626AC

Text Example


Text Example

White with #A626AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A626AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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