Html Css Color HEX #AF104F Jazzberry Jam

📋 copy color: '#AF104F'

red 175 ◦ green 16 ◦ blue 79

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

Shades of Jazzberry Jam #AF104F

Tints of Jazzberry Jam #AF104F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.93%

 BLUE value IS 79 (31.25% from 255) = 29.26%

R = 64.81%
G = 5.93%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF104F (or 0xAF104F) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 4F. RGB value is (175,16,79). Sum of RGB (Red+Green+Blue) = 175+16+79=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF104F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF104F is #50EFB0. Grayscale: #464646. Windows color (decimal): -5304241 or 5181615. OLE color: 5181615.

HSL color Cylindrical-coordinate representation of color #AF104F: hue angle of 336.23º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF104F is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 16 79 -
CMYK 0 0.91 0.55 0.31
HSL 336.23º 0.83% 0.37% -
HSV(B) 336.23º 0.91% 0.69% -
XYZ 19.28 10.05 8.32 -
YUV 70.72 132.68 202.38 -
System Red Green Blue C M Y K H S L
Decimal 175 16 79 0 0.91 0.55 0.31 336.23 0.83 0.37
Hex AF 10 4F 0 5B 37 1F 150 53 25
Octal 257 20 117 0 133 67 37 520 123 45
Binary 10101111 10000 1001111 0 1011011 110111 11111 101010000 1010011 100101

Color Harmonies of #AF104F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF104F

Black with #AF104F

Text Example


Text Example

White with #AF104F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF104F; }

 p { color: rgb(175,16,79); }

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

background-color css

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

 a { background-color: rgb(175,16,79); }

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

border-color css

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

 span { border-color: rgb(175,16,79); }

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