Html Css Color HEX #AF1365 Jazzberry Jam

📋 copy color: '#AF1365'

red 175 ◦ green 19 ◦ blue 101

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

Shades of Jazzberry Jam #AF1365

Tints of Jazzberry Jam #AF1365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.24%

R = 59.32%
G = 6.44%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF1365 (or 0xAF1365) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 65. RGB value is (175,19,101). Sum of RGB (Red+Green+Blue) = 175+19+101=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1365 is #50EC9A. Grayscale: #4A4A4A. Windows color (decimal): -5303451 or 6624175. OLE color: 6624175.

HSL color Cylindrical-coordinate representation of color #AF1365: hue angle of 328.46º 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 #AF1365 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 19 101 -
CMYK 0 0.89 0.42 0.31
HSL 328.46º 0.8% 0.38% -
HSV(B) 328.46º 0.89% 0.69% -
XYZ 20.26 10.52 13.27 -
YUV 74.99 142.68 199.33 -
System Red Green Blue C M Y K H S L
Decimal 175 19 101 0 0.89 0.42 0.31 328.46 0.8 0.38
Hex AF 13 65 0 59 2A 1F 148 50 26
Octal 257 23 145 0 131 52 37 510 120 46
Binary 10101111 10011 1100101 0 1011001 101010 11111 101001000 1010000 100110

Color Harmonies of #AF1365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1365

Black with #AF1365

Text Example


Text Example

White with #AF1365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1365; }

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

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

background-color css

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

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

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

border-color css

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

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

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