Html Css Color HEX #A092BA Cold Purple

📋 copy color: '#A092BA'

red 160 ◦ green 146 ◦ blue 186

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

Shades of Cold Purple #A092BA

Tints of Cold Purple #A092BA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.67%

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

R = 32.52%
G = 29.67%
B = 37.8%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A092BA (or 0xA092BA) is known color: Cold Purple. HEX triplet: A0, 92 and BA. RGB value is (160,146,186). Sum of RGB (Red+Green+Blue) = 160+146+186=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #A092BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092BA is #5F6D45. Grayscale: #9A9A9A. Windows color (decimal): -6253894 or 12227232. OLE color: 12227232.

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

Color convert

RGB 160 146 186 -
CMYK 0.14 0.22 0 0.27
HSL 261º 0.22% 0.65% -
HSV(B) 261º 0.22% 0.73% -
XYZ 33.64 31.58 50.78 -
YUV 154.75 145.64 131.75 -
System Red Green Blue C M Y K H S L
Decimal 160 146 186 0.14 0.22 0 0.27 261 0.22 0.65
Hex A0 92 BA E 16 0 1B 105 16 41
Octal 240 222 272 16 26 0 33 405 26 101
Binary 10100000 10010010 10111010 1110 10110 0 11011 100000101 10110 1000001

Color Harmonies of #A092BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A092BA

Black with #A092BA

Text Example


Text Example

White with #A092BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A092BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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