Html Css Color HEX #AF1765 Jazzberry Jam

📋 copy color: '#AF1765'

red 175 ◦ green 23 ◦ blue 101

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

Shades of Jazzberry Jam #AF1765

Tints of Jazzberry Jam #AF1765

RGB

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

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

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

R = 58.53%
G = 7.69%
B = 33.78%

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

#AF1765 (or 0xAF1765) is known color: Jazzberry Jam. HEX triplet: AF, 17 and 65. RGB value is (175,23,101). Sum of RGB (Red+Green+Blue) = 175+23+101=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1765 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1765 is #50E89A. Grayscale: #4D4D4D. Windows color (decimal): -5302427 or 6625199. OLE color: 6625199.

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

Color convert

RGB 175 23 101 -
CMYK 0 0.87 0.42 0.31
HSL 329.21º 0.77% 0.39% -
HSV(B) 329.21º 0.87% 0.69% -
XYZ 20.33 10.67 13.3 -
YUV 77.34 141.36 197.66 -
System Red Green Blue C M Y K H S L
Decimal 175 23 101 0 0.87 0.42 0.31 329.21 0.77 0.39
Hex AF 17 65 0 57 2A 1F 149 4D 27
Octal 257 27 145 0 127 52 37 511 115 47
Binary 10101111 10111 1100101 0 1010111 101010 11111 101001001 1001101 100111

Color Harmonies of #AF1765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1765

Black with #AF1765

Text Example


Text Example

White with #AF1765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1765; }

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

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

background-color css

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

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

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

border-color css

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

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

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