Html Css Color HEX #A726AA Dark Orchid

📋 copy color: '#A726AA'

red 167 ◦ green 38 ◦ blue 170

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

Shades of Dark Orchid #A726AA

Tints of Dark Orchid #A726AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.33%

R = 44.53%
G = 10.13%
B = 45.33%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A726AA (or 0xA726AA) is known color: Dark Orchid. HEX triplet: A7, 26 and AA. RGB value is (167,38,170). Sum of RGB (Red+Green+Blue) = 167+38+170=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #A726AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A726AA is #58D955. Grayscale: #5B5B5B. Windows color (decimal): -5822806 or 11151015. OLE color: 11151015.

HSL color Cylindrical-coordinate representation of color #A726AA: hue angle of 298.64º degrees, saturation: 0.63, 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 #A726AA is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 38 170 -
CMYK 0.02 0.78 0 0.33
HSL 298.64º 0.63% 0.41% -
HSV(B) 298.64º 0.78% 0.67% -
XYZ 23.89 12.5 39.18 -
YUV 91.62 172.24 181.77 -
System Red Green Blue C M Y K H S L
Decimal 167 38 170 0.02 0.78 0 0.33 298.64 0.63 0.41
Hex A7 26 AA 2 4E 0 21 12B 3F 29
Octal 247 46 252 2 116 0 41 453 77 51
Binary 10100111 100110 10101010 10 1001110 0 100001 100101011 111111 101001

Color Harmonies of #A726AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A726AA

Black with #A726AA

Text Example


Text Example

White with #A726AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A726AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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