Html Css Color HEX #A029B4 Dark Orchid

📋 copy color: '#A029B4'

red 160 ◦ green 41 ◦ blue 180

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

Shades of Dark Orchid #A029B4

Tints of Dark Orchid #A029B4

RGB

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

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

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

R = 41.99%
G = 10.76%
B = 47.24%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A029B4 (or 0xA029B4) is known color: Dark Orchid. HEX triplet: A0, 29 and B4. RGB value is (160,41,180). Sum of RGB (Red+Green+Blue) = 160+41+180=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 180 (70.70% from 255 or 47.24% from 381); Max value from RGB is 180 - color contains mainly: blue. Hex color #A029B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A029B4 is #5FD64B. Grayscale: #5B5B5B. Windows color (decimal): -6280780 or 11807136. OLE color: 11807136.

HSL color Cylindrical-coordinate representation of color #A029B4: hue angle of 291.37º 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 #A029B4 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 41 180 -
CMYK 0.11 0.77 0 0.29
HSL 291.37º 0.63% 0.43% -
HSV(B) 291.37º 0.77% 0.71% -
XYZ 23.53 12.35 44.32 -
YUV 92.43 177.42 176.2 -
System Red Green Blue C M Y K H S L
Decimal 160 41 180 0.11 0.77 0 0.29 291.37 0.63 0.43
Hex A0 29 B4 B 4D 0 1D 123 3F 2B
Octal 240 51 264 13 115 0 35 443 77 53
Binary 10100000 101001 10110100 1011 1001101 0 11101 100100011 111111 101011

Color Harmonies of #A029B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A029B4

Black with #A029B4

Text Example


Text Example

White with #A029B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A029B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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