Html Css Color HEX #A726A7 Dark Orchid

📋 copy color: '#A726A7'

red 167 ◦ green 38 ◦ blue 167

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

Shades of Dark Orchid #A726A7

Tints of Dark Orchid #A726A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 44.89%

R = 44.89%
G = 10.22%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A726A7 (or 0xA726A7) is known color: Dark Orchid. HEX triplet: A7, 26 and A7. RGB value is (167,38,167). Sum of RGB (Red+Green+Blue) = 167+38+167=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 167 (65.62% from 255 or 44.89% from 372); Max value from RGB is 167 - color contains mainly: red, blue. Hex color #A726A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A726A7 is #58D958. Grayscale: #5A5A5A. Windows color (decimal): -5822809 or 10954407. OLE color: 10954407.

HSL color Cylindrical-coordinate representation of color #A726A7: hue angle of 300º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A726A7 is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 38 167 -
CMYK 0 0.77 0 0.35
HSL 300º 0.63% 0.4% -
HSV(B) 300º 0.77% 0.65% -
XYZ 23.6 12.39 37.71 -
YUV 91.28 170.74 182.01 -
System Red Green Blue C M Y K H S L
Decimal 167 38 167 0 0.77 0 0.35 300 0.63 0.4
Hex A7 26 A7 0 4D 0 23 12C 3F 28
Octal 247 46 247 0 115 0 43 454 77 50
Binary 10100111 100110 10100111 0 1001101 0 100011 100101100 111111 101000

Color Harmonies of #A726A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A726A7

Black with #A726A7

Text Example


Text Example

White with #A726A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A726A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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