Html Css Color HEX #AF0248 Jazzberry Jam

📋 copy color: '#AF0248'

red 175 ◦ green 2 ◦ blue 72

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

Shades of Jazzberry Jam #AF0248

Tints of Jazzberry Jam #AF0248

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

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

R = 70.28%
G = 0.8%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF0248 (or 0xAF0248) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 48. RGB value is (175,2,72). Sum of RGB (Red+Green+Blue) = 175+2+72=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0248 is #50FDB7. Grayscale: #3D3D3D. Windows color (decimal): -5307832 or 4719279. OLE color: 4719279.

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

Color convert

RGB 175 2 72 -
CMYK 0 0.99 0.59 0.31
HSL 335.72º 0.98% 0.35% -
HSV(B) 335.72º 0.99% 0.69% -
XYZ 18.87 9.63 6.99 -
YUV 61.71 133.81 208.81 -
System Red Green Blue C M Y K H S L
Decimal 175 2 72 0 0.99 0.59 0.31 335.72 0.98 0.35
Hex AF 2 48 0 63 3B 1F 150 62 23
Octal 257 2 110 0 143 73 37 520 142 43
Binary 10101111 10 1001000 0 1100011 111011 11111 101010000 1100010 100011

Color Harmonies of #AF0248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0248

Black with #AF0248

Text Example


Text Example

White with #AF0248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0248; }

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

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

background-color css

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

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

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

border-color css

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

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

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