Html Css Color HEX #AF1167 Jazzberry Jam

📋 copy color: '#AF1167'

red 175 ◦ green 17 ◦ blue 103

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

Shades of Jazzberry Jam #AF1167

Tints of Jazzberry Jam #AF1167

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.76%

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

R = 59.32%
G = 5.76%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF1167 (or 0xAF1167) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 67. RGB value is (175,17,103). Sum of RGB (Red+Green+Blue) = 175+17+103=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1167 is #50EE98. Grayscale: #494949. Windows color (decimal): -5303961 or 6754735. OLE color: 6754735.

HSL color Cylindrical-coordinate representation of color #AF1167: hue angle of 327.34º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1167 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 17 103 -
CMYK 0 0.90 0.41 0.31
HSL 327.34º 0.82% 0.38% -
HSV(B) 327.34º 0.9% 0.69% -
XYZ 20.33 10.49 13.79 -
YUV 74.05 144.35 200.01 -
System Red Green Blue C M Y K H S L
Decimal 175 17 103 0 0.90 0.41 0.31 327.34 0.82 0.38
Hex AF 11 67 0 5A 29 1F 147 52 26
Octal 257 21 147 0 132 51 37 507 122 46
Binary 10101111 10001 1100111 0 1011010 101001 11111 101000111 1010010 100110

Color Harmonies of #AF1167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1167

Black with #AF1167

Text Example


Text Example

White with #AF1167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1167; }

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

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

background-color css

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

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

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

border-color css

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

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

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