Html Css Color HEX #A729CF Dark Orchid

📋 copy color: '#A729CF'

red 167 ◦ green 41 ◦ blue 207

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

Shades of Dark Orchid #A729CF

Tints of Dark Orchid #A729CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.88%

R = 40.24%
G = 9.88%
B = 49.88%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A729CF (or 0xA729CF) is known color: Dark Orchid. HEX triplet: A7, 29 and CF. RGB value is (167,41,207). Sum of RGB (Red+Green+Blue) = 167+41+207=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #A729CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A729CF is #58D630. Grayscale: #616161. Windows color (decimal): -5822001 or 13576615. OLE color: 13576615.

HSL color Cylindrical-coordinate representation of color #A729CF: hue angle of 285.54º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A729CF is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 41 207 -
CMYK 0.19 0.80 0 0.19
HSL 285.54º 0.67% 0.49% -
HSV(B) 285.54º 0.8% 0.81% -
XYZ 27.99 14.31 60.32 -
YUV 97.6 189.74 177.5 -
System Red Green Blue C M Y K H S L
Decimal 167 41 207 0.19 0.80 0 0.19 285.54 0.67 0.49
Hex A7 29 CF 13 50 0 13 11E 43 31
Octal 247 51 317 23 120 0 23 436 103 61
Binary 10100111 101001 11001111 10011 1010000 0 10011 100011110 1000011 110001

Color Harmonies of #A729CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A729CF

Black with #A729CF

Text Example


Text Example

White with #A729CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A729CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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