Html Css Color HEX #AF094A Jazzberry Jam

📋 copy color: '#AF094A'

red 175 ◦ green 9 ◦ blue 74

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

Shades of Jazzberry Jam #AF094A

Tints of Jazzberry Jam #AF094A

RGB

 RED value IS 175 (68.75% from 255) = 67.83%

 GREEN value IS 9 (3.91% from 255) = 3.49%

 BLUE value IS 74 (29.3% from 255) = 28.68%

R = 67.83%
G = 3.49%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF094A (or 0xAF094A) is known color: Jazzberry Jam. HEX triplet: AF, 09 and 4A. RGB value is (175,9,74). Sum of RGB (Red+Green+Blue) = 175+9+74=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF094A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF094A is #50F6B5. Grayscale: #414141. Windows color (decimal): -5306038 or 4852143. OLE color: 4852143.

HSL color Cylindrical-coordinate representation of color #AF094A: hue angle of 336.51º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF094A is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 9 74 -
CMYK 0 0.95 0.58 0.31
HSL 336.51º 0.9% 0.36% -
HSV(B) 336.51º 0.95% 0.69% -
XYZ 19.01 9.8 7.37 -
YUV 66.04 132.5 205.71 -
System Red Green Blue C M Y K H S L
Decimal 175 9 74 0 0.95 0.58 0.31 336.51 0.9 0.36
Hex AF 9 4A 0 5F 3A 1F 151 5A 24
Octal 257 11 112 0 137 72 37 521 132 44
Binary 10101111 1001 1001010 0 1011111 111010 11111 101010001 1011010 100100

Color Harmonies of #AF094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF094A

Black with #AF094A

Text Example


Text Example

White with #AF094A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF094A; }

 p { color: rgb(175,9,74); }

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

background-color css

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

 a { background-color: rgb(175,9,74); }

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

border-color css

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

 span { border-color: rgb(175,9,74); }

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