Html Css Color HEX #A829C6 Dark Orchid

📋 copy color: '#A829C6'

red 168 ◦ green 41 ◦ blue 198

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

Shades of Dark Orchid #A829C6

Tints of Dark Orchid #A829C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.65%

R = 41.28%
G = 10.07%
B = 48.65%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A829C6 (or 0xA829C6) is known color: Dark Orchid. HEX triplet: A8, 29 and C6. RGB value is (168,41,198). Sum of RGB (Red+Green+Blue) = 168+41+198=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 198 (77.73% from 255 or 48.65% from 407); Max value from RGB is 198 - color contains mainly: blue. Hex color #A829C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A829C6 is #57D639. Grayscale: #606060. Windows color (decimal): -5756474 or 12986792. OLE color: 12986792.

HSL color Cylindrical-coordinate representation of color #A829C6: hue angle of 288.54º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A829C6 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 41 198 -
CMYK 0.15 0.79 0 0.22
HSL 288.54º 0.66% 0.47% -
HSV(B) 288.54º 0.79% 0.78% -
XYZ 27.13 13.99 54.7 -
YUV 96.87 185.08 178.73 -
System Red Green Blue C M Y K H S L
Decimal 168 41 198 0.15 0.79 0 0.22 288.54 0.66 0.47
Hex A8 29 C6 F 4F 0 16 121 42 2F
Octal 250 51 306 17 117 0 26 441 102 57
Binary 10101000 101001 11000110 1111 1001111 0 10110 100100001 1000010 101111

Color Harmonies of #A829C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A829C6

Black with #A829C6

Text Example


Text Example

White with #A829C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A829C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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