Html Css Color HEX #A90150 Jazzberry Jam

📋 copy color: '#A90150'

red 169 ◦ green 1 ◦ blue 80

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

Shades of Jazzberry Jam #A90150

Tints of Jazzberry Jam #A90150

RGB

 RED value IS 169 (66.41% from 255) = 67.6%

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 80 (31.64% from 255) = 32%

R = 67.6%
G = 0.4%
B = 32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A90150 (or 0xA90150) is known color: Jazzberry Jam. HEX triplet: A9, 01 and 50. RGB value is (169,1,80). Sum of RGB (Red+Green+Blue) = 169+1+80=250 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.6% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 169 - color contains mainly: red. Hex color #A90150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90150 is #56FEAF. Grayscale: #3C3C3C. Windows color (decimal): -5701296 or 5243305. OLE color: 5243305.

HSL color Cylindrical-coordinate representation of color #A90150: hue angle of 331.79º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90150 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 1 80 -
CMYK 0 0.99 0.53 0.34
HSL 331.79º 0.99% 0.33% -
HSV(B) 331.79º 0.99% 0.66% -
XYZ 17.82 9.04 8.39 -
YUV 60.24 139.16 205.58 -
System Red Green Blue C M Y K H S L
Decimal 169 1 80 0 0.99 0.53 0.34 331.79 0.99 0.33
Hex A9 1 50 0 63 35 22 14C 63 21
Octal 251 1 120 0 143 65 42 514 143 41
Binary 10101001 1 1010000 0 1100011 110101 100010 101001100 1100011 100001

Color Harmonies of #A90150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90150

Black with #A90150

Text Example


Text Example

White with #A90150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90150; }

 p { color: rgb(169,1,80); }

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

background-color css

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

 a { background-color: rgb(169,1,80); }

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

border-color css

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

 span { border-color: rgb(169,1,80); }

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