Html Css Color HEX #AF1465 Jazzberry Jam

📋 copy color: '#AF1465'

red 175 ◦ green 20 ◦ blue 101

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

Shades of Jazzberry Jam #AF1465

Tints of Jazzberry Jam #AF1465

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.76%

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

R = 59.12%
G = 6.76%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF1465 (or 0xAF1465) is known color: Jazzberry Jam. HEX triplet: AF, 14 and 65. RGB value is (175,20,101). Sum of RGB (Red+Green+Blue) = 175+20+101=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1465 is #50EB9A. Grayscale: #4B4B4B. Windows color (decimal): -5303195 or 6624431. OLE color: 6624431.

HSL color Cylindrical-coordinate representation of color #AF1465: hue angle of 328.65º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1465 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 20 101 -
CMYK 0 0.89 0.42 0.31
HSL 328.65º 0.79% 0.38% -
HSV(B) 328.65º 0.89% 0.69% -
XYZ 20.28 10.55 13.28 -
YUV 75.58 142.35 198.91 -
System Red Green Blue C M Y K H S L
Decimal 175 20 101 0 0.89 0.42 0.31 328.65 0.79 0.38
Hex AF 14 65 0 59 2A 1F 149 4F 26
Octal 257 24 145 0 131 52 37 511 117 46
Binary 10101111 10100 1100101 0 1011001 101010 11111 101001001 1001111 100110

Color Harmonies of #AF1465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1465

Black with #AF1465

Text Example


Text Example

White with #AF1465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1465; }

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

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

background-color css

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

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

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

border-color css

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

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

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