Html Css Color HEX #A80166 Jazzberry Jam

📋 copy color: '#A80166'

red 168 ◦ green 1 ◦ blue 102

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

Shades of Jazzberry Jam #A80166

Tints of Jazzberry Jam #A80166

RGB

 RED value IS 168 (66.02% from 255) = 61.99%

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

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

R = 61.99%
G = 0.37%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A80166 (or 0xA80166) is known color: Jazzberry Jam. HEX triplet: A8, 01 and 66. RGB value is (168,1,102). Sum of RGB (Red+Green+Blue) = 168+1+102=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A80166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80166 is #57FE99. Grayscale: #3E3E3E. Windows color (decimal): -5766810 or 6685096. OLE color: 6685096.

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

Color convert

RGB 168 1 102 -
CMYK 0 0.99 0.39 0.34
HSL 323.71º 0.99% 0.33% -
HSV(B) 323.71º 0.99% 0.66% -
XYZ 18.56 9.31 13.39 -
YUV 62.45 150.33 203.29 -
System Red Green Blue C M Y K H S L
Decimal 168 1 102 0 0.99 0.39 0.34 323.71 0.99 0.33
Hex A8 1 66 0 63 27 22 144 63 21
Octal 250 1 146 0 143 47 42 504 143 41
Binary 10101000 1 1100110 0 1100011 100111 100010 101000100 1100011 100001

Color Harmonies of #A80166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80166

Black with #A80166

Text Example


Text Example

White with #A80166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80166; }

 p { color: rgb(168,1,102); }

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

background-color css

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

 a { background-color: rgb(168,1,102); }

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

border-color css

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

 span { border-color: rgb(168,1,102); }

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