Html Css Color HEX #AF034C Jazzberry Jam

📋 copy color: '#AF034C'

red 175 ◦ green 3 ◦ blue 76

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

Shades of Jazzberry Jam #AF034C

Tints of Jazzberry Jam #AF034C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

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

R = 68.9%
G = 1.18%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF034C (or 0xAF034C) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 4C. RGB value is (175,3,76). Sum of RGB (Red+Green+Blue) = 175+3+76=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF034C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF034C is #50FCB3. Grayscale: #3E3E3E. Windows color (decimal): -5307572 or 4981679. OLE color: 4981679.

HSL color Cylindrical-coordinate representation of color #AF034C: hue angle of 334.53º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF034C is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 3 76 -
CMYK 0 0.98 0.57 0.31
HSL 334.53º 0.97% 0.35% -
HSV(B) 334.53º 0.98% 0.69% -
XYZ 19.02 9.7 7.71 -
YUV 62.75 135.48 208.06 -
System Red Green Blue C M Y K H S L
Decimal 175 3 76 0 0.98 0.57 0.31 334.53 0.97 0.35
Hex AF 3 4C 0 62 39 1F 14F 61 23
Octal 257 3 114 0 142 71 37 517 141 43
Binary 10101111 11 1001100 0 1100010 111001 11111 101001111 1100001 100011

Color Harmonies of #AF034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF034C

Black with #AF034C

Text Example


Text Example

White with #AF034C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF034C; }

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

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

background-color css

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

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

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

border-color css

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

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

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