Html Css Color HEX #A90352 Jazzberry Jam

📋 copy color: '#A90352'

red 169 ◦ green 3 ◦ blue 82

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

Shades of Jazzberry Jam #A90352

Tints of Jazzberry Jam #A90352

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

 BLUE value IS 82 (32.42% from 255) = 32.28%

R = 66.54%
G = 1.18%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A90352 (or 0xA90352) is known color: Jazzberry Jam. HEX triplet: A9, 03 and 52. RGB value is (169,3,82). Sum of RGB (Red+Green+Blue) = 169+3+82=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A90352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90352 is #56FCAD. Grayscale: #3D3D3D. Windows color (decimal): -5700782 or 5374889. OLE color: 5374889.

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

Color convert

RGB 169 3 82 -
CMYK 0 0.98 0.51 0.34
HSL 331.45º 0.97% 0.34% -
HSV(B) 331.45º 0.98% 0.66% -
XYZ 17.92 9.11 8.8 -
YUV 61.64 139.5 204.58 -
System Red Green Blue C M Y K H S L
Decimal 169 3 82 0 0.98 0.51 0.34 331.45 0.97 0.34
Hex A9 3 52 0 62 33 22 14B 61 22
Octal 251 3 122 0 142 63 42 513 141 42
Binary 10101001 11 1010010 0 1100010 110011 100010 101001011 1100001 100010

Color Harmonies of #A90352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90352

Black with #A90352

Text Example


Text Example

White with #A90352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90352; }

 p { color: rgb(169,3,82); }

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

background-color css

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

 a { background-color: rgb(169,3,82); }

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

border-color css

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

 span { border-color: rgb(169,3,82); }

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