Html Css Color HEX #AF1665 Jazzberry Jam

📋 copy color: '#AF1665'

red 175 ◦ green 22 ◦ blue 101

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

Shades of Jazzberry Jam #AF1665

Tints of Jazzberry Jam #AF1665

RGB

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

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

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

R = 58.72%
G = 7.38%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF1665 (or 0xAF1665) is known color: Jazzberry Jam. HEX triplet: AF, 16 and 65. RGB value is (175,22,101). Sum of RGB (Red+Green+Blue) = 175+22+101=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1665 is #50E99A. Grayscale: #4C4C4C. Windows color (decimal): -5302683 or 6624943. OLE color: 6624943.

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

Color convert

RGB 175 22 101 -
CMYK 0 0.87 0.42 0.31
HSL 329.02º 0.78% 0.39% -
HSV(B) 329.02º 0.87% 0.69% -
XYZ 20.32 10.63 13.29 -
YUV 76.75 141.69 198.08 -
System Red Green Blue C M Y K H S L
Decimal 175 22 101 0 0.87 0.42 0.31 329.02 0.78 0.39
Hex AF 16 65 0 57 2A 1F 149 4E 27
Octal 257 26 145 0 127 52 37 511 116 47
Binary 10101111 10110 1100101 0 1010111 101010 11111 101001001 1001110 100111

Color Harmonies of #AF1665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1665

Black with #AF1665

Text Example


Text Example

White with #AF1665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1665; }

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

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

background-color css

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

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

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

border-color css

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

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

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