Html Css Color HEX #A80267 Jazzberry Jam

📋 copy color: '#A80267'

red 168 ◦ green 2 ◦ blue 103

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

Shades of Jazzberry Jam #A80267

Tints of Jazzberry Jam #A80267

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 61.54%
G = 0.73%
B = 37.73%

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

#A80267 (or 0xA80267) is known color: Jazzberry Jam. HEX triplet: A8, 02 and 67. RGB value is (168,2,103). Sum of RGB (Red+Green+Blue) = 168+2+103=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A80267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80267 is #57FD98. Grayscale: #3E3E3E. Windows color (decimal): -5766553 or 6750888. OLE color: 6750888.

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

Color convert

RGB 168 2 103 -
CMYK 0 0.99 0.39 0.34
HSL 323.49º 0.98% 0.33% -
HSV(B) 323.49º 0.99% 0.66% -
XYZ 18.62 9.35 13.65 -
YUV 63.15 150.5 202.79 -
System Red Green Blue C M Y K H S L
Decimal 168 2 103 0 0.99 0.39 0.34 323.49 0.98 0.33
Hex A8 2 67 0 63 27 22 143 62 21
Octal 250 2 147 0 143 47 42 503 142 41
Binary 10101000 10 1100111 0 1100011 100111 100010 101000011 1100010 100001

Color Harmonies of #A80267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80267

Black with #A80267

Text Example


Text Example

White with #A80267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80267; }

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

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

background-color css

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

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

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

border-color css

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

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

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