Html Css Color HEX #AF084C Jazzberry Jam

📋 copy color: '#AF084C'

red 175 ◦ green 8 ◦ blue 76

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

Shades of Jazzberry Jam #AF084C

Tints of Jazzberry Jam #AF084C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.09%

 BLUE value IS 76 (30.08% from 255) = 29.34%

R = 67.57%
G = 3.09%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF084C (or 0xAF084C) is known color: Jazzberry Jam. HEX triplet: AF, 08 and 4C. RGB value is (175,8,76). Sum of RGB (Red+Green+Blue) = 175+8+76=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF084C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF084C is #50F7B3. Grayscale: #414141. Windows color (decimal): -5306292 or 4982959. OLE color: 4982959.

HSL color Cylindrical-coordinate representation of color #AF084C: hue angle of 335.57º degrees, saturation: 0.91, 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 #AF084C is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 8 76 -
CMYK 0 0.95 0.57 0.31
HSL 335.57º 0.91% 0.36% -
HSV(B) 335.57º 0.95% 0.69% -
XYZ 19.07 9.81 7.73 -
YUV 65.69 133.83 205.97 -
System Red Green Blue C M Y K H S L
Decimal 175 8 76 0 0.95 0.57 0.31 335.57 0.91 0.36
Hex AF 8 4C 0 5F 39 1F 150 5B 24
Octal 257 10 114 0 137 71 37 520 133 44
Binary 10101111 1000 1001100 0 1011111 111001 11111 101010000 1011011 100100

Color Harmonies of #AF084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF084C

Black with #AF084C

Text Example


Text Example

White with #AF084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF084C; }

 p { color: rgb(175,8,76); }

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

background-color css

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

 a { background-color: rgb(175,8,76); }

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

border-color css

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

 span { border-color: rgb(175,8,76); }

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