Html Css Color HEX #A829B4 Dark Orchid

📋 copy color: '#A829B4'

red 168 ◦ green 41 ◦ blue 180

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

Shades of Dark Orchid #A829B4

Tints of Dark Orchid #A829B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.27%

R = 43.19%
G = 10.54%
B = 46.27%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A829B4 (or 0xA829B4) is known color: Dark Orchid. HEX triplet: A8, 29 and B4. RGB value is (168,41,180). Sum of RGB (Red+Green+Blue) = 168+41+180=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 180 (70.70% from 255 or 46.27% from 389); Max value from RGB is 180 - color contains mainly: blue. Hex color #A829B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A829B4 is #57D64B. Grayscale: #5E5E5E. Windows color (decimal): -5756492 or 11807144. OLE color: 11807144.

HSL color Cylindrical-coordinate representation of color #A829B4: hue angle of 294.82º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A829B4 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 41 180 -
CMYK 0.07 0.77 0 0.29
HSL 294.82º 0.63% 0.43% -
HSV(B) 294.82º 0.77% 0.71% -
XYZ 25.18 13.21 44.4 -
YUV 94.82 176.08 180.2 -
System Red Green Blue C M Y K H S L
Decimal 168 41 180 0.07 0.77 0 0.29 294.82 0.63 0.43
Hex A8 29 B4 7 4D 0 1D 127 3F 2B
Octal 250 51 264 7 115 0 35 447 77 53
Binary 10101000 101001 10110100 111 1001101 0 11101 100100111 111111 101011

Color Harmonies of #A829B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A829B4

Black with #A829B4

Text Example


Text Example

White with #A829B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A829B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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