Html Css Color HEX #A81469 Jazzberry Jam

📋 copy color: '#A81469'

red 168 ◦ green 20 ◦ blue 105

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

Shades of Jazzberry Jam #A81469

Tints of Jazzberry Jam #A81469

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.83%

 BLUE value IS 105 (41.41% from 255) = 35.84%

R = 57.34%
G = 6.83%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A81469 (or 0xA81469) is known color: Jazzberry Jam. HEX triplet: A8, 14 and 69. RGB value is (168,20,105). Sum of RGB (Red+Green+Blue) = 168+20+105=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A81469 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81469 is #57EB96. Grayscale: #494949. Windows color (decimal): -5761943 or 6886568. OLE color: 6886568.

HSL color Cylindrical-coordinate representation of color #A81469: hue angle of 325.54º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81469 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 20 105 -
CMYK 0 0.88 0.38 0.34
HSL 325.54º 0.79% 0.37% -
HSV(B) 325.54º 0.88% 0.66% -
XYZ 18.95 9.85 14.27 -
YUV 73.94 145.53 195.09 -
System Red Green Blue C M Y K H S L
Decimal 168 20 105 0 0.88 0.38 0.34 325.54 0.79 0.37
Hex A8 14 69 0 58 26 22 146 4F 25
Octal 250 24 151 0 130 46 42 506 117 45
Binary 10101000 10100 1101001 0 1011000 100110 100010 101000110 1001111 100101

Color Harmonies of #A81469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81469

Black with #A81469

Text Example


Text Example

White with #A81469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81469; }

 p { color: rgb(168,20,105); }

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

background-color css

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

 a { background-color: rgb(168,20,105); }

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

border-color css

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

 span { border-color: rgb(168,20,105); }

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