Html Css Color HEX #A090B8 Cold Purple

📋 copy color: '#A090B8'

red 160 ◦ green 144 ◦ blue 184

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

Shades of Cold Purple #A090B8

Tints of Cold Purple #A090B8

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.51%

 BLUE value IS 184 (72.27% from 255) = 37.7%

R = 32.79%
G = 29.51%
B = 37.7%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A090B8 (or 0xA090B8) is known color: Cold Purple. HEX triplet: A0, 90 and B8. RGB value is (160,144,184). Sum of RGB (Red+Green+Blue) = 160+144+184=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 184 - color contains mainly: blue. Hex color #A090B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A090B8 is #5F6F47. Grayscale: #999999. Windows color (decimal): -6254408 or 12095648. OLE color: 12095648.

HSL color Cylindrical-coordinate representation of color #A090B8: hue angle of 264º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A090B8 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 144 184 -
CMYK 0.13 0.22 0 0.28
HSL 264º 0.22% 0.64% -
HSV(B) 264º 0.22% 0.72% -
XYZ 33.12 30.88 49.56 -
YUV 153.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 160 144 184 0.13 0.22 0 0.28 264 0.22 0.64
Hex A0 90 B8 D 16 0 1C 108 16 40
Octal 240 220 270 15 26 0 34 410 26 100
Binary 10100000 10010000 10111000 1101 10110 0 11100 100001000 10110 1000000

Color Harmonies of #A090B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A090B8

Black with #A090B8

Text Example


Text Example

White with #A090B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A090B8; }

 p { color: rgb(160,144,184); }

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

background-color css

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

 a { background-color: rgb(160,144,184); }

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

border-color css

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

 span { border-color: rgb(160,144,184); }

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