Html Css Color HEX #A094BE Cold Purple

📋 copy color: '#A094BE'

red 160 ◦ green 148 ◦ blue 190

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

Shades of Cold Purple #A094BE

Tints of Cold Purple #A094BE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.72%

 BLUE value IS 190 (74.61% from 255) = 38.15%

R = 32.13%
G = 29.72%
B = 38.15%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A094BE (or 0xA094BE) is known color: Cold Purple. HEX triplet: A0, 94 and BE. RGB value is (160,148,190). Sum of RGB (Red+Green+Blue) = 160+148+190=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #A094BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A094BE is #5F6B41. Grayscale: #9C9C9C. Windows color (decimal): -6253378 or 12489888. OLE color: 12489888.

HSL color Cylindrical-coordinate representation of color #A094BE: hue angle of 257.14º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A094BE is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 148 190 -
CMYK 0.16 0.22 0 0.25
HSL 257.14º 0.24% 0.66% -
HSV(B) 257.14º 0.22% 0.75% -
XYZ 34.38 32.37 53.15 -
YUV 156.38 146.98 130.58 -
System Red Green Blue C M Y K H S L
Decimal 160 148 190 0.16 0.22 0 0.25 257.14 0.24 0.66
Hex A0 94 BE 10 16 0 19 101 18 42
Octal 240 224 276 20 26 0 31 401 30 102
Binary 10100000 10010100 10111110 10000 10110 0 11001 100000001 11000 1000010

Color Harmonies of #A094BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A094BE

Black with #A094BE

Text Example


Text Example

White with #A094BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A094BE; }

 p { color: rgb(160,148,190); }

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

background-color css

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

 a { background-color: rgb(160,148,190); }

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

border-color css

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

 span { border-color: rgb(160,148,190); }

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