Html Css Color HEX #A90865 Jazzberry Jam

📋 copy color: '#A90865'

red 169 ◦ green 8 ◦ blue 101

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

Shades of Jazzberry Jam #A90865

Tints of Jazzberry Jam #A90865

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.88%

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

R = 60.79%
G = 2.88%
B = 36.33%

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

#A90865 (or 0xA90865) is known color: Jazzberry Jam. HEX triplet: A9, 08 and 65. RGB value is (169,8,101). Sum of RGB (Red+Green+Blue) = 169+8+101=278 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.79% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 169 - color contains mainly: red. Hex color #A90865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90865 is #56F79A. Grayscale: #424242. Windows color (decimal): -5699483 or 6621353. OLE color: 6621353.

HSL color Cylindrical-coordinate representation of color #A90865: hue angle of 325.34º degrees, saturation: 0.91, 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 #A90865 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 8 101 -
CMYK 0 0.95 0.40 0.34
HSL 325.34º 0.91% 0.35% -
HSV(B) 325.34º 0.95% 0.66% -
XYZ 18.8 9.55 13.16 -
YUV 66.74 147.34 200.94 -
System Red Green Blue C M Y K H S L
Decimal 169 8 101 0 0.95 0.40 0.34 325.34 0.91 0.35
Hex A9 8 65 0 5F 28 22 145 5B 23
Octal 251 10 145 0 137 50 42 505 133 43
Binary 10101001 1000 1100101 0 1011111 101000 100010 101000101 1011011 100011

Color Harmonies of #A90865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90865

Black with #A90865

Text Example


Text Example

White with #A90865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90865; }

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

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

background-color css

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

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

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

border-color css

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

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

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