Html Css Color HEX #A726BA Dark Orchid

📋 copy color: '#A726BA'

red 167 ◦ green 38 ◦ blue 186

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

Shades of Dark Orchid #A726BA

Tints of Dark Orchid #A726BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.57%

R = 42.71%
G = 9.72%
B = 47.57%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A726BA (or 0xA726BA) is known color: Dark Orchid. HEX triplet: A7, 26 and BA. RGB value is (167,38,186). Sum of RGB (Red+Green+Blue) = 167+38+186=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #A726BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A726BA is #58D945. Grayscale: #5C5C5C. Windows color (decimal): -5822790 or 12199591. OLE color: 12199591.

HSL color Cylindrical-coordinate representation of color #A726BA: hue angle of 292.3º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A726BA is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 38 186 -
CMYK 0.10 0.80 0 0.27
HSL 292.3º 0.66% 0.44% -
HSV(B) 292.3º 0.8% 0.73% -
XYZ 25.49 13.15 47.65 -
YUV 93.44 180.24 180.47 -
System Red Green Blue C M Y K H S L
Decimal 167 38 186 0.10 0.80 0 0.27 292.3 0.66 0.44
Hex A7 26 BA A 50 0 1B 124 42 2C
Octal 247 46 272 12 120 0 33 444 102 54
Binary 10100111 100110 10111010 1010 1010000 0 11011 100100100 1000010 101100

Color Harmonies of #A726BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A726BA

Black with #A726BA

Text Example


Text Example

White with #A726BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A726BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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