Html Css Color HEX #A829DC Dark Orchid

📋 copy color: '#A829DC'

red 168 ◦ green 41 ◦ blue 220

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

Shades of Dark Orchid #A829DC

Tints of Dark Orchid #A829DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 39.16%
G = 9.56%
B = 51.28%

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

#A829DC (or 0xA829DC) is known color: Dark Orchid. HEX triplet: A8, 29 and DC. RGB value is (168,41,220). Sum of RGB (Red+Green+Blue) = 168+41+220=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #A829DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A829DC is #57D623. Grayscale: #626262. Windows color (decimal): -5756452 or 14428584. OLE color: 14428584.

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

Color convert

RGB 168 41 220 -
CMYK 0.24 0.81 0 0.14
HSL 282.57º 0.72% 0.51% -
HSV(B) 282.57º 0.81% 0.86% -
XYZ 29.86 15.08 69.05 -
YUV 99.38 196.08 176.95 -
System Red Green Blue C M Y K H S L
Decimal 168 41 220 0.24 0.81 0 0.14 282.57 0.72 0.51
Hex A8 29 DC 18 51 0 E 11B 48 33
Octal 250 51 334 30 121 0 16 433 110 63
Binary 10101000 101001 11011100 11000 1010001 0 1110 100011011 1001000 110011

Color Harmonies of #A829DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A829DC

Black with #A829DC

Text Example


Text Example

White with #A829DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A829DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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