Html Css Color HEX #AF1767 Jazzberry Jam

📋 copy color: '#AF1767'

red 175 ◦ green 23 ◦ blue 103

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

Shades of Jazzberry Jam #AF1767

Tints of Jazzberry Jam #AF1767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.22%

R = 58.14%
G = 7.64%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF1767 (or 0xAF1767) is known color: Jazzberry Jam. HEX triplet: AF, 17 and 67. RGB value is (175,23,103). Sum of RGB (Red+Green+Blue) = 175+23+103=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1767 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1767 is #50E898. Grayscale: #4D4D4D. Windows color (decimal): -5302425 or 6756271. OLE color: 6756271.

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

Color convert

RGB 175 23 103 -
CMYK 0 0.87 0.41 0.31
HSL 328.42º 0.77% 0.39% -
HSV(B) 328.42º 0.87% 0.69% -
XYZ 20.43 10.71 13.82 -
YUV 77.57 142.36 197.5 -
System Red Green Blue C M Y K H S L
Decimal 175 23 103 0 0.87 0.41 0.31 328.42 0.77 0.39
Hex AF 17 67 0 57 29 1F 148 4D 27
Octal 257 27 147 0 127 51 37 510 115 47
Binary 10101111 10111 1100111 0 1010111 101001 11111 101001000 1001101 100111

Color Harmonies of #AF1767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1767

Black with #AF1767

Text Example


Text Example

White with #AF1767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1767; }

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

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

background-color css

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

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

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

border-color css

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

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

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