Html Css Color HEX #A829D6 Dark Orchid

📋 copy color: '#A829D6'

red 168 ◦ green 41 ◦ blue 214

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

Shades of Dark Orchid #A829D6

Tints of Dark Orchid #A829D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.59%

R = 39.72%
G = 9.69%
B = 50.59%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A829D6 (or 0xA829D6) is known color: Dark Orchid. HEX triplet: A8, 29 and D6. RGB value is (168,41,214). Sum of RGB (Red+Green+Blue) = 168+41+214=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #A829D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A829D6 is #57D629. Grayscale: #626262. Windows color (decimal): -5756458 or 14035368. OLE color: 14035368.

HSL color Cylindrical-coordinate representation of color #A829D6: hue angle of 284.05º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A829D6 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 41 214 -
CMYK 0.21 0.81 0 0.16
HSL 284.05º 0.68% 0.5% -
HSV(B) 284.05º 0.81% 0.84% -
XYZ 29.08 14.77 64.94 -
YUV 98.7 193.08 177.43 -
System Red Green Blue C M Y K H S L
Decimal 168 41 214 0.21 0.81 0 0.16 284.05 0.68 0.5
Hex A8 29 D6 15 51 0 10 11C 44 32
Octal 250 51 326 25 121 0 20 434 104 62
Binary 10101000 101001 11010110 10101 1010001 0 10000 100011100 1000100 110010

Color Harmonies of #A829D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A829D6

Black with #A829D6

Text Example


Text Example

White with #A829D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A829D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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