Html Css Color HEX #A829CC Dark Orchid

📋 copy color: '#A829CC'

red 168 ◦ green 41 ◦ blue 204

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

Shades of Dark Orchid #A829CC

Tints of Dark Orchid #A829CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 40.68%
G = 9.93%
B = 49.39%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A829CC (or 0xA829CC) is known color: Dark Orchid. HEX triplet: A8, 29 and CC. RGB value is (168,41,204). Sum of RGB (Red+Green+Blue) = 168+41+204=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #A829CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A829CC is #57D633. Grayscale: #616161. Windows color (decimal): -5756468 or 13380008. OLE color: 13380008.

HSL color Cylindrical-coordinate representation of color #A829CC: hue angle of 286.75º 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 #A829CC is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 41 204 -
CMYK 0.18 0.80 0 0.2
HSL 286.75º 0.67% 0.48% -
HSV(B) 286.75º 0.8% 0.8% -
XYZ 27.84 14.27 58.41 -
YUV 97.56 188.08 178.25 -
System Red Green Blue C M Y K H S L
Decimal 168 41 204 0.18 0.80 0 0.2 286.75 0.67 0.48
Hex A8 29 CC 12 50 0 14 11F 43 30
Octal 250 51 314 22 120 0 24 437 103 60
Binary 10101000 101001 11001100 10010 1010000 0 10100 100011111 1000011 110000

Color Harmonies of #A829CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A829CC

Black with #A829CC

Text Example


Text Example

White with #A829CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A829CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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