Html Css Color HEX #A80167 Jazzberry Jam

📋 copy color: '#A80167'

red 168 ◦ green 1 ◦ blue 103

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

Shades of Jazzberry Jam #A80167

Tints of Jazzberry Jam #A80167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 37.87%

R = 61.76%
G = 0.37%
B = 37.87%

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

#A80167 (or 0xA80167) is known color: Jazzberry Jam. HEX triplet: A8, 01 and 67. RGB value is (168,1,103). Sum of RGB (Red+Green+Blue) = 168+1+103=272 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.76% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 103 (40.62% from 255 or 37.87% from 272); Max value from RGB is 168 - color contains mainly: red. Hex color #A80167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80167 is #57FE98. Grayscale: #3E3E3E. Windows color (decimal): -5766809 or 6750632. OLE color: 6750632.

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

Color convert

RGB 168 1 103 -
CMYK 0 0.99 0.39 0.34
HSL 323.35º 0.99% 0.33% -
HSV(B) 323.35º 0.99% 0.66% -
XYZ 18.61 9.33 13.65 -
YUV 62.56 150.83 203.21 -
System Red Green Blue C M Y K H S L
Decimal 168 1 103 0 0.99 0.39 0.34 323.35 0.99 0.33
Hex A8 1 67 0 63 27 22 143 63 21
Octal 250 1 147 0 143 47 42 503 143 41
Binary 10101000 1 1100111 0 1100011 100111 100010 101000011 1100011 100001

Color Harmonies of #A80167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80167

Black with #A80167

Text Example


Text Example

White with #A80167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80167; }

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

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

background-color css

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

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

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

border-color css

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

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

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