Html Css Color HEX #A729DB Dark Orchid

📋 copy color: '#A729DB'

red 167 ◦ green 41 ◦ blue 219

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

Shades of Dark Orchid #A729DB

Tints of Dark Orchid #A729DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.29%

R = 39.11%
G = 9.6%
B = 51.29%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A729DB (or 0xA729DB) is known color: Dark Orchid. HEX triplet: A7, 29 and DB. RGB value is (167,41,219). Sum of RGB (Red+Green+Blue) = 167+41+219=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #A729DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A729DB is #58D624. Grayscale: #626262. Windows color (decimal): -5821989 or 14363047. OLE color: 14363047.

HSL color Cylindrical-coordinate representation of color #A729DB: hue angle of 282.47º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A729DB is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 41 219 -
CMYK 0.24 0.81 0 0.14
HSL 282.47º 0.71% 0.51% -
HSV(B) 282.47º 0.81% 0.86% -
XYZ 29.52 14.92 68.34 -
YUV 98.97 195.74 176.53 -
System Red Green Blue C M Y K H S L
Decimal 167 41 219 0.24 0.81 0 0.14 282.47 0.71 0.51
Hex A7 29 DB 18 51 0 E 11A 47 33
Octal 247 51 333 30 121 0 16 432 107 63
Binary 10100111 101001 11011011 11000 1010001 0 1110 100011010 1000111 110011

Color Harmonies of #A729DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A729DB

Black with #A729DB

Text Example


Text Example

White with #A729DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A729DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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