Html Css Color HEX #AF1165 Jazzberry Jam

📋 copy color: '#AF1165'

red 175 ◦ green 17 ◦ blue 101

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

Shades of Jazzberry Jam #AF1165

Tints of Jazzberry Jam #AF1165

RGB

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

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

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

R = 59.73%
G = 5.8%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF1165 (or 0xAF1165) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 65. RGB value is (175,17,101). Sum of RGB (Red+Green+Blue) = 175+17+101=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1165 is #50EE9A. Grayscale: #494949. Windows color (decimal): -5303963 or 6623663. OLE color: 6623663.

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

Color convert

RGB 175 17 101 -
CMYK 0 0.90 0.42 0.31
HSL 328.1º 0.82% 0.38% -
HSV(B) 328.1º 0.9% 0.69% -
XYZ 20.23 10.45 13.26 -
YUV 73.82 143.35 200.17 -
System Red Green Blue C M Y K H S L
Decimal 175 17 101 0 0.90 0.42 0.31 328.1 0.82 0.38
Hex AF 11 65 0 5A 2A 1F 148 52 26
Octal 257 21 145 0 132 52 37 510 122 46
Binary 10101111 10001 1100101 0 1011010 101010 11111 101001000 1010010 100110

Color Harmonies of #AF1165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1165

Black with #AF1165

Text Example


Text Example

White with #AF1165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1165; }

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

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

background-color css

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

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

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

border-color css

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

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

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