Html Css Color HEX #A729DD Dark Orchid

📋 copy color: '#A729DD'

red 167 ◦ green 41 ◦ blue 221

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

Shades of Dark Orchid #A729DD

Tints of Dark Orchid #A729DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 38.93%
G = 9.56%
B = 51.52%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A729DD (or 0xA729DD) is known color: Dark Orchid. HEX triplet: A7, 29 and DD. RGB value is (167,41,221). Sum of RGB (Red+Green+Blue) = 167+41+221=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #A729DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A729DD is #58D622. Grayscale: #626262. Windows color (decimal): -5821987 or 14494119. OLE color: 14494119.

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

Color convert

RGB 167 41 221 -
CMYK 0.24 0.81 0 0.13
HSL 282º 0.73% 0.51% -
HSV(B) 282º 0.81% 0.87% -
XYZ 29.78 15.02 69.74 -
YUV 99.19 196.74 176.36 -
System Red Green Blue C M Y K H S L
Decimal 167 41 221 0.24 0.81 0 0.13 282 0.73 0.51
Hex A7 29 DD 18 51 0 D 11A 49 33
Octal 247 51 335 30 121 0 15 432 111 63
Binary 10100111 101001 11011101 11000 1010001 0 1101 100011010 1001001 110011

Color Harmonies of #A729DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A729DD

Black with #A729DD

Text Example


Text Example

White with #A729DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A729DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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