Html Css Color HEX #AF1264 Jazzberry Jam

📋 copy color: '#AF1264'

red 175 ◦ green 18 ◦ blue 100

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

Shades of Jazzberry Jam #AF1264

Tints of Jazzberry Jam #AF1264

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.14%

 BLUE value IS 100 (39.45% from 255) = 34.13%

R = 59.73%
G = 6.14%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF1264 (or 0xAF1264) is known color: Jazzberry Jam. HEX triplet: AF, 12 and 64. RGB value is (175,18,100). Sum of RGB (Red+Green+Blue) = 175+18+100=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1264 is #50ED9B. Grayscale: #4A4A4A. Windows color (decimal): -5303708 or 6558383. OLE color: 6558383.

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

Color convert

RGB 175 18 100 -
CMYK 0 0.90 0.43 0.31
HSL 328.66º 0.81% 0.38% -
HSV(B) 328.66º 0.9% 0.69% -
XYZ 20.2 10.47 13.01 -
YUV 74.29 142.51 199.83 -
System Red Green Blue C M Y K H S L
Decimal 175 18 100 0 0.90 0.43 0.31 328.66 0.81 0.38
Hex AF 12 64 0 5A 2B 1F 149 51 26
Octal 257 22 144 0 132 53 37 511 121 46
Binary 10101111 10010 1100100 0 1011010 101011 11111 101001001 1010001 100110

Color Harmonies of #AF1264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1264

Black with #AF1264

Text Example


Text Example

White with #AF1264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1264; }

 p { color: rgb(175,18,100); }

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

background-color css

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

 a { background-color: rgb(175,18,100); }

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

border-color css

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

 span { border-color: rgb(175,18,100); }

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