Html Css Color HEX #A729C5 Dark Orchid

📋 copy color: '#A729C5'

red 167 ◦ green 41 ◦ blue 197

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

Shades of Dark Orchid #A729C5

Tints of Dark Orchid #A729C5

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.12%

 BLUE value IS 197 (77.34% from 255) = 48.64%

R = 41.23%
G = 10.12%
B = 48.64%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A729C5 (or 0xA729C5) is known color: Dark Orchid. HEX triplet: A7, 29 and C5. RGB value is (167,41,197). Sum of RGB (Red+Green+Blue) = 167+41+197=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 197 (77.34% from 255 or 48.64% from 405); Max value from RGB is 197 - color contains mainly: blue. Hex color #A729C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A729C5 is #58D63A. Grayscale: #5F5F5F. Windows color (decimal): -5822011 or 12921255. OLE color: 12921255.

HSL color Cylindrical-coordinate representation of color #A729C5: hue angle of 288.46º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A729C5 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 167 41 197 -
CMYK 0.15 0.79 0 0.23
HSL 288.46º 0.66% 0.47% -
HSV(B) 288.46º 0.79% 0.77% -
XYZ 26.81 13.83 54.08 -
YUV 96.46 184.74 178.32 -
System Red Green Blue C M Y K H S L
Decimal 167 41 197 0.15 0.79 0 0.23 288.46 0.66 0.47
Hex A7 29 C5 F 4F 0 17 120 42 2F
Octal 247 51 305 17 117 0 27 440 102 57
Binary 10100111 101001 11000101 1111 1001111 0 10111 100100000 1000010 101111

Color Harmonies of #A729C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A729C5

Black with #A729C5

Text Example


Text Example

White with #A729C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A729C5; }

 p { color: rgb(167,41,197); }

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

background-color css

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

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

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

border-color css

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

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

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