Html Css Color HEX #AF1667 Jazzberry Jam

📋 copy color: '#AF1667'

red 175 ◦ green 22 ◦ blue 103

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

Shades of Jazzberry Jam #AF1667

Tints of Jazzberry Jam #AF1667

RGB

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

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

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

R = 58.33%
G = 7.33%
B = 34.33%

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

#AF1667 (or 0xAF1667) is known color: Jazzberry Jam. HEX triplet: AF, 16 and 67. RGB value is (175,22,103). Sum of RGB (Red+Green+Blue) = 175+22+103=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1667 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1667 is #50E998. Grayscale: #4C4C4C. Windows color (decimal): -5302681 or 6756015. OLE color: 6756015.

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

Color convert

RGB 175 22 103 -
CMYK 0 0.87 0.41 0.31
HSL 328.24º 0.78% 0.39% -
HSV(B) 328.24º 0.87% 0.69% -
XYZ 20.41 10.67 13.81 -
YUV 76.98 142.69 197.91 -
System Red Green Blue C M Y K H S L
Decimal 175 22 103 0 0.87 0.41 0.31 328.24 0.78 0.39
Hex AF 16 67 0 57 29 1F 148 4E 27
Octal 257 26 147 0 127 51 37 510 116 47
Binary 10101111 10110 1100111 0 1010111 101001 11111 101001000 1001110 100111

Color Harmonies of #AF1667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1667

Black with #AF1667

Text Example


Text Example

White with #AF1667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1667; }

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

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

background-color css

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

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

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

border-color css

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

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

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