Html Css Color HEX #A829DD Dark Orchid

📋 copy color: '#A829DD'

red 168 ◦ green 41 ◦ blue 221

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

Shades of Dark Orchid #A829DD

Tints of Dark Orchid #A829DD

RGB

 RED value IS 168 (66.02% from 255) = 39.07%

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

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

R = 39.07%
G = 9.53%
B = 51.4%

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

#A829DD (or 0xA829DD) is known color: Dark Orchid. HEX triplet: A8, 29 and DD. RGB value is (168,41,221). Sum of RGB (Red+Green+Blue) = 168+41+221=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #A829DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A829DD is #57D622. Grayscale: #626262. Windows color (decimal): -5756451 or 14494120. OLE color: 14494120.

HSL color Cylindrical-coordinate representation of color #A829DD: hue angle of 282.33º 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 #A829DD is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 41 221 -
CMYK 0.24 0.81 0 0.13
HSL 282.33º 0.73% 0.51% -
HSV(B) 282.33º 0.81% 0.87% -
XYZ 29.99 15.13 69.75 -
YUV 99.49 196.58 176.86 -
System Red Green Blue C M Y K H S L
Decimal 168 41 221 0.24 0.81 0 0.13 282.33 0.73 0.51
Hex A8 29 DD 18 51 0 D 11A 49 33
Octal 250 51 335 30 121 0 15 432 111 63
Binary 10101000 101001 11011101 11000 1010001 0 1101 100011010 1001001 110011

Color Harmonies of #A829DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A829DD

Black with #A829DD

Text Example


Text Example

White with #A829DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A829DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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