Html Css Color HEX #AF1375 Jazzberry Jam

📋 copy color: '#AF1375'

red 175 ◦ green 19 ◦ blue 117

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

Shades of Jazzberry Jam #AF1375

Tints of Jazzberry Jam #AF1375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.11%

 BLUE value IS 117 (46.09% from 255) = 37.62%

R = 56.27%
G = 6.11%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF1375 (or 0xAF1375) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 75. RGB value is (175,19,117). Sum of RGB (Red+Green+Blue) = 175+19+117=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1375 is #50EC8A. Grayscale: #4C4C4C. Windows color (decimal): -5303435 or 7672751. OLE color: 7672751.

HSL color Cylindrical-coordinate representation of color #AF1375: hue angle of 322.31º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1375 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 19 117 -
CMYK 0 0.89 0.33 0.31
HSL 322.31º 0.8% 0.38% -
HSV(B) 322.31º 0.89% 0.69% -
XYZ 21.12 10.86 17.81 -
YUV 76.82 150.68 198.03 -
System Red Green Blue C M Y K H S L
Decimal 175 19 117 0 0.89 0.33 0.31 322.31 0.8 0.38
Hex AF 13 75 0 59 21 1F 142 50 26
Octal 257 23 165 0 131 41 37 502 120 46
Binary 10101111 10011 1110101 0 1011001 100001 11111 101000010 1010000 100110

Color Harmonies of #AF1375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1375

Black with #AF1375

Text Example


Text Example

White with #AF1375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1375; }

 p { color: rgb(175,19,117); }

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

background-color css

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

 a { background-color: rgb(175,19,117); }

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

border-color css

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

 span { border-color: rgb(175,19,117); }

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