Html Css Color HEX #A90965 Jazzberry Jam

📋 copy color: '#A90965'

red 169 ◦ green 9 ◦ blue 101

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

Shades of Jazzberry Jam #A90965

Tints of Jazzberry Jam #A90965

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.23%

 BLUE value IS 101 (39.84% from 255) = 36.2%

R = 60.57%
G = 3.23%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A90965 (or 0xA90965) is known color: Jazzberry Jam. HEX triplet: A9, 09 and 65. RGB value is (169,9,101). Sum of RGB (Red+Green+Blue) = 169+9+101=279 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.57% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 169 - color contains mainly: red. Hex color #A90965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90965 is #56F69A. Grayscale: #434343. Windows color (decimal): -5699227 or 6621609. OLE color: 6621609.

HSL color Cylindrical-coordinate representation of color #A90965: hue angle of 325.5º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90965 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 9 101 -
CMYK 0 0.95 0.40 0.34
HSL 325.5º 0.9% 0.35% -
HSV(B) 325.5º 0.95% 0.66% -
XYZ 18.81 9.57 13.17 -
YUV 67.33 147.01 200.52 -
System Red Green Blue C M Y K H S L
Decimal 169 9 101 0 0.95 0.40 0.34 325.5 0.9 0.35
Hex A9 9 65 0 5F 28 22 146 5A 23
Octal 251 11 145 0 137 50 42 506 132 43
Binary 10101001 1001 1100101 0 1011111 101000 100010 101000110 1011010 100011

Color Harmonies of #A90965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90965

Black with #A90965

Text Example


Text Example

White with #A90965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90965; }

 p { color: rgb(169,9,101); }

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

background-color css

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

 a { background-color: rgb(169,9,101); }

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

border-color css

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

 span { border-color: rgb(169,9,101); }

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