Html Css Color HEX #AF0648 Jazzberry Jam

📋 copy color: '#AF0648'

red 175 ◦ green 6 ◦ blue 72

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

Shades of Jazzberry Jam #AF0648

Tints of Jazzberry Jam #AF0648

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.37%

 BLUE value IS 72 (28.52% from 255) = 28.46%

R = 69.17%
G = 2.37%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF0648 (or 0xAF0648) is known color: Jazzberry Jam. HEX triplet: AF, 06 and 48. RGB value is (175,6,72). Sum of RGB (Red+Green+Blue) = 175+6+72=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0648 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0648 is #50F9B7. Grayscale: #3F3F3F. Windows color (decimal): -5306808 or 4720303. OLE color: 4720303.

HSL color Cylindrical-coordinate representation of color #AF0648: hue angle of 336.57º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0648 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 6 72 -
CMYK 0 0.97 0.59 0.31
HSL 336.57º 0.93% 0.35% -
HSV(B) 336.57º 0.97% 0.69% -
XYZ 18.91 9.71 7.01 -
YUV 64.06 132.49 207.13 -
System Red Green Blue C M Y K H S L
Decimal 175 6 72 0 0.97 0.59 0.31 336.57 0.93 0.35
Hex AF 6 48 0 61 3B 1F 151 5D 23
Octal 257 6 110 0 141 73 37 521 135 43
Binary 10101111 110 1001000 0 1100001 111011 11111 101010001 1011101 100011

Color Harmonies of #AF0648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0648

Black with #AF0648

Text Example


Text Example

White with #AF0648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0648; }

 p { color: rgb(175,6,72); }

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

background-color css

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

 a { background-color: rgb(175,6,72); }

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

border-color css

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

 span { border-color: rgb(175,6,72); }

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