Html Css Color HEX #A092BF Cold Purple

📋 copy color: '#A092BF'

red 160 ◦ green 146 ◦ blue 191

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

Shades of Cold Purple #A092BF

Tints of Cold Purple #A092BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.43%

R = 32.19%
G = 29.38%
B = 38.43%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A092BF (or 0xA092BF) is known color: Cold Purple. HEX triplet: A0, 92 and BF. RGB value is (160,146,191). Sum of RGB (Red+Green+Blue) = 160+146+191=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #A092BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092BF is #5F6D40. Grayscale: #9B9B9B. Windows color (decimal): -6253889 or 12554912. OLE color: 12554912.

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

Color convert

RGB 160 146 191 -
CMYK 0.16 0.24 0 0.25
HSL 258.67º 0.26% 0.66% -
HSV(B) 258.67º 0.24% 0.75% -
XYZ 34.18 31.79 53.63 -
YUV 155.32 148.14 131.34 -
System Red Green Blue C M Y K H S L
Decimal 160 146 191 0.16 0.24 0 0.25 258.67 0.26 0.66
Hex A0 92 BF 10 18 0 19 103 1A 42
Octal 240 222 277 20 30 0 31 403 32 102
Binary 10100000 10010010 10111111 10000 11000 0 11001 100000011 11010 1000010

Color Harmonies of #A092BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A092BF

Black with #A092BF

Text Example


Text Example

White with #A092BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A092BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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