Html Css Color HEX #A090B4 Cold Purple

📋 copy color: '#A090B4'

red 160 ◦ green 144 ◦ blue 180

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

Shades of Cold Purple #A090B4

Tints of Cold Purple #A090B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.19%

R = 33.06%
G = 29.75%
B = 37.19%

CMYK

 C value IS 0.11

 M value IS 0.2

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A090B4 (or 0xA090B4) is known color: Cold Purple. HEX triplet: A0, 90 and B4. RGB value is (160,144,180). Sum of RGB (Red+Green+Blue) = 160+144+180=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 180 - color contains mainly: blue. Hex color #A090B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A090B4 is #5F6F4B. Grayscale: #989898. Windows color (decimal): -6254412 or 11833504. OLE color: 11833504.

HSL color Cylindrical-coordinate representation of color #A090B4: hue angle of 266.67º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A090B4 is Cyan = 0.11, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 144 180 -
CMYK 0.11 0.2 0 0.29
HSL 266.67º 0.19% 0.64% -
HSV(B) 266.67º 0.2% 0.71% -
XYZ 32.71 30.72 47.38 -
YUV 152.89 143.3 133.07 -
System Red Green Blue C M Y K H S L
Decimal 160 144 180 0.11 0.2 0 0.29 266.67 0.19 0.64
Hex A0 90 B4 B 14 0 1D 10B 13 40
Octal 240 220 264 13 24 0 35 413 23 100
Binary 10100000 10010000 10110100 1011 10100 0 11101 100001011 10011 1000000

Color Harmonies of #A090B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A090B4

Black with #A090B4

Text Example


Text Example

White with #A090B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A090B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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