Html Css Color HEX #A092B0 Cold Purple

📋 copy color: '#A092B0'

red 160 ◦ green 146 ◦ blue 176

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

Shades of Cold Purple #A092B0

Tints of Cold Purple #A092B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.51%

R = 33.2%
G = 30.29%
B = 36.51%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A092B0 (or 0xA092B0) is known color: Cold Purple. HEX triplet: A0, 92 and B0. RGB value is (160,146,176). Sum of RGB (Red+Green+Blue) = 160+146+176=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 176 - color contains mainly: blue. Hex color #A092B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A092B0 is #5F6D4F. Grayscale: #999999. Windows color (decimal): -6253904 or 11571872. OLE color: 11571872.

HSL color Cylindrical-coordinate representation of color #A092B0: hue angle of 268º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A092B0 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 146 176 -
CMYK 0.09 0.17 0 0.31
HSL 268º 0.16% 0.63% -
HSV(B) 268º 0.17% 0.69% -
XYZ 32.61 31.17 45.37 -
YUV 153.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 160 146 176 0.09 0.17 0 0.31 268 0.16 0.63
Hex A0 92 B0 9 11 0 1F 10C 10 3F
Octal 240 222 260 11 21 0 37 414 20 77
Binary 10100000 10010010 10110000 1001 10001 0 11111 100001100 10000 111111

Color Harmonies of #A092B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A092B0

Black with #A092B0

Text Example


Text Example

White with #A092B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A092B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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