Html Css Color HEX #A726C9 Dark Orchid

📋 copy color: '#A726C9'

red 167 ◦ green 38 ◦ blue 201

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

Shades of Dark Orchid #A726C9

Tints of Dark Orchid #A726C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.51%

R = 41.13%
G = 9.36%
B = 49.51%

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

#A726C9 (or 0xA726C9) is known color: Dark Orchid. HEX triplet: A7, 26 and C9. RGB value is (167,38,201). Sum of RGB (Red+Green+Blue) = 167+38+201=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 201 (78.91% from 255 or 49.51% from 406); Max value from RGB is 201 - color contains mainly: blue. Hex color #A726C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A726C9 is #58D936. Grayscale: #5E5E5E. Windows color (decimal): -5822775 or 13182631. OLE color: 13182631.

HSL color Cylindrical-coordinate representation of color #A726C9: hue angle of 287.48º 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 #A726C9 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 38 201 -
CMYK 0.17 0.81 0 0.21
HSL 287.48º 0.68% 0.47% -
HSV(B) 287.48º 0.81% 0.79% -
XYZ 27.17 13.82 56.49 -
YUV 95.15 187.74 179.25 -
System Red Green Blue C M Y K H S L
Decimal 167 38 201 0.17 0.81 0 0.21 287.48 0.68 0.47
Hex A7 26 C9 11 51 0 15 11F 44 2F
Octal 247 46 311 21 121 0 25 437 104 57
Binary 10100111 100110 11001001 10001 1010001 0 10101 100011111 1000100 101111

Color Harmonies of #A726C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A726C9

Black with #A726C9

Text Example


Text Example

White with #A726C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A726C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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