Html Css Color HEX #A726AE Dark Orchid

📋 copy color: '#A726AE'

red 167 ◦ green 38 ◦ blue 174

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

Shades of Dark Orchid #A726AE

Tints of Dark Orchid #A726AE

RGB

 RED value IS 167 (65.63% from 255) = 44.06%

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

 BLUE value IS 174 (68.36% from 255) = 45.91%

R = 44.06%
G = 10.03%
B = 45.91%

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

#A726AE (or 0xA726AE) is known color: Dark Orchid. HEX triplet: A7, 26 and AE. RGB value is (167,38,174). Sum of RGB (Red+Green+Blue) = 167+38+174=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #A726AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A726AE is #58D951. Grayscale: #5B5B5B. Windows color (decimal): -5822802 or 11413159. OLE color: 11413159.

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

Color convert

RGB 167 38 174 -
CMYK 0.04 0.78 0 0.32
HSL 296.91º 0.64% 0.42% -
HSV(B) 296.91º 0.78% 0.68% -
XYZ 24.27 12.66 41.21 -
YUV 92.08 174.24 181.44 -
System Red Green Blue C M Y K H S L
Decimal 167 38 174 0.04 0.78 0 0.32 296.91 0.64 0.42
Hex A7 26 AE 4 4E 0 20 129 40 2A
Octal 247 46 256 4 116 0 40 451 100 52
Binary 10100111 100110 10101110 100 1001110 0 100000 100101001 1000000 101010

Color Harmonies of #A726AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A726AE

Black with #A726AE

Text Example


Text Example

White with #A726AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A726AE; }

 p { color: rgb(167,38,174); }

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

background-color css

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

 a { background-color: rgb(167,38,174); }

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

border-color css

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

 span { border-color: rgb(167,38,174); }

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