Html Css Color HEX #A029BA Dark Orchid

📋 copy color: '#A029BA'

red 160 ◦ green 41 ◦ blue 186

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

Shades of Dark Orchid #A029BA

Tints of Dark Orchid #A029BA

RGB

 RED value IS 160 (62.89% from 255) = 41.34%

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

 BLUE value IS 186 (73.05% from 255) = 48.06%

R = 41.34%
G = 10.59%
B = 48.06%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A029BA (or 0xA029BA) is known color: Dark Orchid. HEX triplet: A0, 29 and BA. RGB value is (160,41,186). Sum of RGB (Red+Green+Blue) = 160+41+186=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #A029BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A029BA is #5FD645. Grayscale: #5C5C5C. Windows color (decimal): -6280774 or 12200352. OLE color: 12200352.

HSL color Cylindrical-coordinate representation of color #A029BA: hue angle of 289.24º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A029BA is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 41 186 -
CMYK 0.14 0.78 0 0.27
HSL 289.24º 0.64% 0.45% -
HSV(B) 289.24º 0.78% 0.73% -
XYZ 24.15 12.6 47.61 -
YUV 93.11 180.42 175.71 -
System Red Green Blue C M Y K H S L
Decimal 160 41 186 0.14 0.78 0 0.27 289.24 0.64 0.45
Hex A0 29 BA E 4E 0 1B 121 40 2D
Octal 240 51 272 16 116 0 33 441 100 55
Binary 10100000 101001 10111010 1110 1001110 0 11011 100100001 1000000 101101

Color Harmonies of #A029BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A029BA

Black with #A029BA

Text Example


Text Example

White with #A029BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A029BA; }

 p { color: rgb(160,41,186); }

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

background-color css

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

 a { background-color: rgb(160,41,186); }

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

border-color css

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

 span { border-color: rgb(160,41,186); }

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