Html Css Color HEX #A90162 Jazzberry Jam

📋 copy color: '#A90162'

red 169 ◦ green 1 ◦ blue 98

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

Shades of Jazzberry Jam #A90162

Tints of Jazzberry Jam #A90162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.57%

R = 63.06%
G = 0.37%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A90162 (or 0xA90162) is known color: Jazzberry Jam. HEX triplet: A9, 01 and 62. RGB value is (169,1,98). Sum of RGB (Red+Green+Blue) = 169+1+98=268 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.06% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 169 - color contains mainly: red. Hex color #A90162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90162 is #56FE9D. Grayscale: #3E3E3E. Windows color (decimal): -5701278 or 6422953. OLE color: 6422953.

HSL color Cylindrical-coordinate representation of color #A90162: hue angle of 325.36º 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 #A90162 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 1 98 -
CMYK 0 0.99 0.42 0.34
HSL 325.36º 0.99% 0.33% -
HSV(B) 325.36º 0.99% 0.66% -
XYZ 18.58 9.34 12.38 -
YUV 62.29 148.16 204.11 -
System Red Green Blue C M Y K H S L
Decimal 169 1 98 0 0.99 0.42 0.34 325.36 0.99 0.33
Hex A9 1 62 0 63 2A 22 145 63 21
Octal 251 1 142 0 143 52 42 505 143 41
Binary 10101001 1 1100010 0 1100011 101010 100010 101000101 1100011 100001

Color Harmonies of #A90162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90162

Black with #A90162

Text Example


Text Example

White with #A90162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90162; }

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

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

background-color css

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

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

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

border-color css

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

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

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