Html Css Color HEX #A729AF Dark Orchid

📋 copy color: '#A729AF'

red 167 ◦ green 41 ◦ blue 175

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

Shades of Dark Orchid #A729AF

Tints of Dark Orchid #A729AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.69%

R = 43.6%
G = 10.7%
B = 45.69%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A729AF (or 0xA729AF) is known color: Dark Orchid. HEX triplet: A7, 29 and AF. RGB value is (167,41,175). Sum of RGB (Red+Green+Blue) = 167+41+175=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #A729AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A729AF is #58D650. Grayscale: #5D5D5D. Windows color (decimal): -5822033 or 11479463. OLE color: 11479463.

HSL color Cylindrical-coordinate representation of color #A729AF: hue angle of 296.42º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A729AF is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 41 175 -
CMYK 0.05 0.77 0 0.31
HSL 296.42º 0.62% 0.42% -
HSV(B) 296.42º 0.77% 0.69% -
XYZ 24.47 12.9 41.76 -
YUV 93.95 173.74 180.1 -
System Red Green Blue C M Y K H S L
Decimal 167 41 175 0.05 0.77 0 0.31 296.42 0.62 0.42
Hex A7 29 AF 5 4D 0 1F 128 3E 2A
Octal 247 51 257 5 115 0 37 450 76 52
Binary 10100111 101001 10101111 101 1001101 0 11111 100101000 111110 101010

Color Harmonies of #A729AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A729AF

Black with #A729AF

Text Example


Text Example

White with #A729AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A729AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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