Html Css Color HEX #A729BE Dark Orchid

📋 copy color: '#A729BE'

red 167 ◦ green 41 ◦ blue 190

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

Shades of Dark Orchid #A729BE

Tints of Dark Orchid #A729BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 41.96%
G = 10.3%
B = 47.74%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A729BE (or 0xA729BE) is known color: Dark Orchid. HEX triplet: A7, 29 and BE. RGB value is (167,41,190). Sum of RGB (Red+Green+Blue) = 167+41+190=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #A729BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A729BE is #58D641. Grayscale: #5F5F5F. Windows color (decimal): -5822018 or 12462503. OLE color: 12462503.

HSL color Cylindrical-coordinate representation of color #A729BE: hue angle of 290.74º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A729BE is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 41 190 -
CMYK 0.12 0.78 0 0.25
HSL 290.74º 0.65% 0.45% -
HSV(B) 290.74º 0.78% 0.75% -
XYZ 26.02 13.52 49.95 -
YUV 95.66 181.24 178.88 -
System Red Green Blue C M Y K H S L
Decimal 167 41 190 0.12 0.78 0 0.25 290.74 0.65 0.45
Hex A7 29 BE C 4E 0 19 123 41 2D
Octal 247 51 276 14 116 0 31 443 101 55
Binary 10100111 101001 10111110 1100 1001110 0 11001 100100011 1000001 101101

Color Harmonies of #A729BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A729BE

Black with #A729BE

Text Example


Text Example

White with #A729BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A729BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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