Html Css Color HEX #AF1669 Jazzberry Jam

📋 copy color: '#AF1669'

red 175 ◦ green 22 ◦ blue 105

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

Shades of Jazzberry Jam #AF1669

Tints of Jazzberry Jam #AF1669

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.28%

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

R = 57.95%
G = 7.28%
B = 34.77%

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

#AF1669 (or 0xAF1669) is known color: Jazzberry Jam. HEX triplet: AF, 16 and 69. RGB value is (175,22,105). Sum of RGB (Red+Green+Blue) = 175+22+105=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1669 is #50E996. Grayscale: #4D4D4D. Windows color (decimal): -5302679 or 6887087. OLE color: 6887087.

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

Color convert

RGB 175 22 105 -
CMYK 0 0.87 0.40 0.31
HSL 327.45º 0.78% 0.39% -
HSV(B) 327.45º 0.87% 0.69% -
XYZ 20.52 10.71 14.35 -
YUV 77.21 143.69 197.75 -
System Red Green Blue C M Y K H S L
Decimal 175 22 105 0 0.87 0.40 0.31 327.45 0.78 0.39
Hex AF 16 69 0 57 28 1F 147 4E 27
Octal 257 26 151 0 127 50 37 507 116 47
Binary 10101111 10110 1101001 0 1010111 101000 11111 101000111 1001110 100111

Color Harmonies of #AF1669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1669

Black with #AF1669

Text Example


Text Example

White with #AF1669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1669; }

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

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

background-color css

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

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

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

border-color css

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

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

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