Html Css Color HEX #A726CA Dark Orchid

📋 copy color: '#A726CA'

red 167 ◦ green 38 ◦ blue 202

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

Shades of Dark Orchid #A726CA

Tints of Dark Orchid #A726CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.63%

R = 41.03%
G = 9.34%
B = 49.63%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A726CA (or 0xA726CA) is known color: Dark Orchid. HEX triplet: A7, 26 and CA. RGB value is (167,38,202). Sum of RGB (Red+Green+Blue) = 167+38+202=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #A726CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A726CA is #58D935. Grayscale: #5E5E5E. Windows color (decimal): -5822774 or 13248167. OLE color: 13248167.

HSL color Cylindrical-coordinate representation of color #A726CA: hue angle of 287.2º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A726CA is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 38 202 -
CMYK 0.17 0.81 0 0.21
HSL 287.2º 0.68% 0.47% -
HSV(B) 287.2º 0.81% 0.79% -
XYZ 27.29 13.87 57.12 -
YUV 95.27 188.24 179.16 -
System Red Green Blue C M Y K H S L
Decimal 167 38 202 0.17 0.81 0 0.21 287.2 0.68 0.47
Hex A7 26 CA 11 51 0 15 11F 44 2F
Octal 247 46 312 21 121 0 25 437 104 57
Binary 10100111 100110 11001010 10001 1010001 0 10101 100011111 1000100 101111

Color Harmonies of #A726CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A726CA

Black with #A726CA

Text Example


Text Example

White with #A726CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A726CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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