Html Css Color HEX #AF1769 Jazzberry Jam

📋 copy color: '#AF1769'

red 175 ◦ green 23 ◦ blue 105

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

Shades of Jazzberry Jam #AF1769

Tints of Jazzberry Jam #AF1769

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.59%

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

R = 57.76%
G = 7.59%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF1769 (or 0xAF1769) is known color: Jazzberry Jam. HEX triplet: AF, 17 and 69. RGB value is (175,23,105). Sum of RGB (Red+Green+Blue) = 175+23+105=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1769 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1769 is #50E896. Grayscale: #4D4D4D. Windows color (decimal): -5302423 or 6887343. OLE color: 6887343.

HSL color Cylindrical-coordinate representation of color #AF1769: hue angle of 327.63º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1769 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 23 105 -
CMYK 0 0.87 0.40 0.31
HSL 327.63º 0.77% 0.39% -
HSV(B) 327.63º 0.87% 0.69% -
XYZ 20.54 10.75 14.36 -
YUV 77.8 143.36 197.33 -
System Red Green Blue C M Y K H S L
Decimal 175 23 105 0 0.87 0.40 0.31 327.63 0.77 0.39
Hex AF 17 69 0 57 28 1F 148 4D 27
Octal 257 27 151 0 127 50 37 510 115 47
Binary 10101111 10111 1101001 0 1010111 101000 11111 101001000 1001101 100111

Color Harmonies of #AF1769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1769

Black with #AF1769

Text Example


Text Example

White with #AF1769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1769; }

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

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

background-color css

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

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

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

border-color css

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

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

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