Html Css Color HEX #A829E5 Dark Orchid

📋 copy color: '#A829E5'

red 168 ◦ green 41 ◦ blue 229

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

Shades of Dark Orchid #A829E5

Tints of Dark Orchid #A829E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 52.28%

R = 38.36%
G = 9.36%
B = 52.28%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A829E5 (or 0xA829E5) is known color: Dark Orchid. HEX triplet: A8, 29 and E5. RGB value is (168,41,229). Sum of RGB (Red+Green+Blue) = 168+41+229=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 41 (16.41% from 255 or 9.36% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #A829E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A829E5 is #57D61A. Grayscale: #636363. Windows color (decimal): -5756443 or 15018408. OLE color: 15018408.

HSL color Cylindrical-coordinate representation of color #A829E5: hue angle of 280.53º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A829E5 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 168 41 229 -
CMYK 0.27 0.82 0 0.10
HSL 280.53º 0.78% 0.53% -
HSV(B) 280.53º 0.82% 0.9% -
XYZ 31.08 15.57 75.5 -
YUV 100.41 200.58 176.21 -
System Red Green Blue C M Y K H S L
Decimal 168 41 229 0.27 0.82 0 0.10 280.53 0.78 0.53
Hex A8 29 E5 1B 52 0 A 119 4E 35
Octal 250 51 345 33 122 0 12 431 116 65
Binary 10101000 101001 11100101 11011 1010010 0 1010 100011001 1001110 110101

Color Harmonies of #A829E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A829E5

Black with #A829E5

Text Example


Text Example

White with #A829E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A829E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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