Html Css Color HEX #A049E7 Dark Orchid

📋 copy color: '#A049E7'

red 160 ◦ green 73 ◦ blue 231

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

Shades of Dark Orchid #A049E7

Tints of Dark Orchid #A049E7

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.73%

 BLUE value IS 231 (90.63% from 255) = 49.78%

R = 34.48%
G = 15.73%
B = 49.78%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A049E7 (or 0xA049E7) is known color: Dark Orchid. HEX triplet: A0, 49 and E7. RGB value is (160,73,231). Sum of RGB (Red+Green+Blue) = 160+73+231=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 231 (90.62% from 255 or 49.78% from 464); Max value from RGB is 231 - color contains mainly: blue. Hex color #A049E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A049E7 is #5FB618. Grayscale: #747474. Windows color (decimal): -6272537 or 15157664. OLE color: 15157664.

HSL color Cylindrical-coordinate representation of color #A049E7: hue angle of 273.04º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A049E7 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 73 231 -
CMYK 0.31 0.68 0 0.09
HSL 273.04º 0.77% 0.6% -
HSV(B) 273.04º 0.68% 0.91% -
XYZ 31.3 18.01 77.43 -
YUV 117.03 192.32 158.65 -
System Red Green Blue C M Y K H S L
Decimal 160 73 231 0.31 0.68 0 0.09 273.04 0.77 0.6
Hex A0 49 E7 1F 44 0 9 111 4D 3C
Octal 240 111 347 37 104 0 11 421 115 74
Binary 10100000 1001001 11100111 11111 1000100 0 1001 100010001 1001101 111100

Color Harmonies of #A049E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A049E7

Black with #A049E7

Text Example


Text Example

White with #A049E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A049E7; }

 p { color: rgb(160,73,231); }

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

background-color css

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

 a { background-color: rgb(160,73,231); }

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

border-color css

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

 span { border-color: rgb(160,73,231); }

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