Html Css Color HEX #AF1369 Jazzberry Jam

📋 copy color: '#AF1369'

red 175 ◦ green 19 ◦ blue 105

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

Shades of Jazzberry Jam #AF1369

Tints of Jazzberry Jam #AF1369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.12%

R = 58.53%
G = 6.35%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF1369 (or 0xAF1369) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 69. RGB value is (175,19,105). Sum of RGB (Red+Green+Blue) = 175+19+105=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1369 is #50EC96. Grayscale: #4B4B4B. Windows color (decimal): -5303447 or 6886319. OLE color: 6886319.

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

Color convert

RGB 175 19 105 -
CMYK 0 0.89 0.40 0.31
HSL 326.92º 0.8% 0.38% -
HSV(B) 326.92º 0.89% 0.69% -
XYZ 20.46 10.6 14.33 -
YUV 75.45 144.68 199.01 -
System Red Green Blue C M Y K H S L
Decimal 175 19 105 0 0.89 0.40 0.31 326.92 0.8 0.38
Hex AF 13 69 0 59 28 1F 147 50 26
Octal 257 23 151 0 131 50 37 507 120 46
Binary 10101111 10011 1101001 0 1011001 101000 11111 101000111 1010000 100110

Color Harmonies of #AF1369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1369

Black with #AF1369

Text Example


Text Example

White with #AF1369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1369; }

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

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

background-color css

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

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

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

border-color css

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

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

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