Html Css Color HEX #A90066 Jazzberry Jam

📋 copy color: '#A90066'

red 169 ◦ green 0 ◦ blue 102

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

Shades of Jazzberry Jam #A90066

Tints of Jazzberry Jam #A90066

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 102 (40.23% from 255) = 37.64%

R = 62.36%
G = 0%
B = 37.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A90066 (or 0xA90066) is known color: Jazzberry Jam. HEX triplet: A9, 00 and 66. RGB value is (169,0,102). Sum of RGB (Red+Green+Blue) = 169+0+102=271 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.36% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 169 - color contains mainly: red. Hex color #A90066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90066 is #56FF99. Grayscale: #3D3D3D. Windows color (decimal): -5701530 or 6684841. OLE color: 6684841.

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

Color convert

RGB 169 0 102 -
CMYK 0 1 0.40 0.34
HSL 323.79º 1% 0.33% -
HSV(B) 323.79º 1% 0.66% -
XYZ 18.76 9.39 13.39 -
YUV 62.16 150.49 204.21 -
System Red Green Blue C M Y K H S L
Decimal 169 0 102 0 1 0.40 0.34 323.79 1 0.33
Hex A9 0 66 0 64 28 22 144 64 21
Octal 251 0 146 0 144 50 42 504 144 41
Binary 10101001 0 1100110 0 1100100 101000 100010 101000100 1100100 100001

Color Harmonies of #A90066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90066

Black with #A90066

Text Example


Text Example

White with #A90066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90066; }

 p { color: rgb(169,0,102); }

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

background-color css

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

 a { background-color: rgb(169,0,102); }

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

border-color css

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

 span { border-color: rgb(169,0,102); }

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