Html Css Color HEX #A829CD Dark Orchid

📋 copy color: '#A829CD'

red 168 ◦ green 41 ◦ blue 205

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

Shades of Dark Orchid #A829CD

Tints of Dark Orchid #A829CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.52%

R = 40.58%
G = 9.9%
B = 49.52%

CMYK

 C value IS 0.18

 M value IS 0.8

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A829CD (or 0xA829CD) is known color: Dark Orchid. HEX triplet: A8, 29 and CD. RGB value is (168,41,205). Sum of RGB (Red+Green+Blue) = 168+41+205=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #A829CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A829CD is #57D632. Grayscale: #616161. Windows color (decimal): -5756467 or 13445544. OLE color: 13445544.

HSL color Cylindrical-coordinate representation of color #A829CD: hue angle of 286.46º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A829CD is Cyan = 0.18, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 41 205 -
CMYK 0.18 0.8 0 0.20
HSL 286.46º 0.67% 0.48% -
HSV(B) 286.46º 0.8% 0.8% -
XYZ 27.96 14.32 59.05 -
YUV 97.67 188.58 178.16 -
System Red Green Blue C M Y K H S L
Decimal 168 41 205 0.18 0.8 0 0.20 286.46 0.67 0.48
Hex A8 29 CD 12 50 0 14 11E 43 30
Octal 250 51 315 22 120 0 24 436 103 60
Binary 10101000 101001 11001101 10010 1010000 0 10100 100011110 1000011 110000

Color Harmonies of #A829CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A829CD

Black with #A829CD

Text Example


Text Example

White with #A829CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A829CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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