Html Css Color HEX #A829AF Dark Orchid

📋 copy color: '#A829AF'

red 168 ◦ green 41 ◦ blue 175

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

Shades of Dark Orchid #A829AF

Tints of Dark Orchid #A829AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.57%

R = 43.75%
G = 10.68%
B = 45.57%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A829AF (or 0xA829AF) is known color: Dark Orchid. HEX triplet: A8, 29 and AF. RGB value is (168,41,175). Sum of RGB (Red+Green+Blue) = 168+41+175=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #A829AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A829AF is #57D650. Grayscale: #5D5D5D. Windows color (decimal): -5756497 or 11479464. OLE color: 11479464.

HSL color Cylindrical-coordinate representation of color #A829AF: hue angle of 296.87º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A829AF is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 41 175 -
CMYK 0.04 0.77 0 0.31
HSL 296.87º 0.62% 0.42% -
HSV(B) 296.87º 0.77% 0.69% -
XYZ 24.68 13.01 41.77 -
YUV 94.25 173.58 180.6 -
System Red Green Blue C M Y K H S L
Decimal 168 41 175 0.04 0.77 0 0.31 296.87 0.62 0.42
Hex A8 29 AF 4 4D 0 1F 129 3E 2A
Octal 250 51 257 4 115 0 37 451 76 52
Binary 10101000 101001 10101111 100 1001101 0 11111 100101001 111110 101010

Color Harmonies of #A829AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A829AF

Black with #A829AF

Text Example


Text Example

White with #A829AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A829AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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