Html Css Color HEX #A726BE Dark Orchid

📋 copy color: '#A726BE'

red 167 ◦ green 38 ◦ blue 190

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

Shades of Dark Orchid #A726BE

Tints of Dark Orchid #A726BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.1%

R = 42.28%
G = 9.62%
B = 48.1%

CMYK

 C value IS 0.12

 M value IS 0.8

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A726BE (or 0xA726BE) is known color: Dark Orchid. HEX triplet: A7, 26 and BE. RGB value is (167,38,190). Sum of RGB (Red+Green+Blue) = 167+38+190=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 38 (15.23% from 255 or 9.62% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #A726BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A726BE is #58D941. Grayscale: #5D5D5D. Windows color (decimal): -5822786 or 12461735. OLE color: 12461735.

HSL color Cylindrical-coordinate representation of color #A726BE: hue angle of 290.92º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A726BE is Cyan = 0.12, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 38 190 -
CMYK 0.12 0.8 0 0.25
HSL 290.92º 0.67% 0.45% -
HSV(B) 290.92º 0.8% 0.75% -
XYZ 25.92 13.32 49.92 -
YUV 93.9 182.24 180.14 -
System Red Green Blue C M Y K H S L
Decimal 167 38 190 0.12 0.8 0 0.25 290.92 0.67 0.45
Hex A7 26 BE C 50 0 19 123 43 2D
Octal 247 46 276 14 120 0 31 443 103 55
Binary 10100111 100110 10111110 1100 1010000 0 11001 100100011 1000011 101101

Color Harmonies of #A726BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A726BE

Black with #A726BE

Text Example


Text Example

White with #A726BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A726BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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