Html Css Color HEX #AF0148 Jazzberry Jam

📋 copy color: '#AF0148'

red 175 ◦ green 1 ◦ blue 72

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

Shades of Jazzberry Jam #AF0148

Tints of Jazzberry Jam #AF0148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 70.56%
G = 0.4%
B = 29.03%

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

#AF0148 (or 0xAF0148) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 48. RGB value is (175,1,72). Sum of RGB (Red+Green+Blue) = 175+1+72=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0148 is #50FEB7. Grayscale: #3D3D3D. Windows color (decimal): -5308088 or 4719023. OLE color: 4719023.

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

Color convert

RGB 175 1 72 -
CMYK 0 0.99 0.59 0.31
HSL 335.52º 0.99% 0.35% -
HSV(B) 335.52º 0.99% 0.69% -
XYZ 18.86 9.6 6.99 -
YUV 61.12 134.15 209.23 -
System Red Green Blue C M Y K H S L
Decimal 175 1 72 0 0.99 0.59 0.31 335.52 0.99 0.35
Hex AF 1 48 0 63 3B 1F 150 63 23
Octal 257 1 110 0 143 73 37 520 143 43
Binary 10101111 1 1001000 0 1100011 111011 11111 101010000 1100011 100011

Color Harmonies of #AF0148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0148

Black with #AF0148

Text Example


Text Example

White with #AF0148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0148; }

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

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

background-color css

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

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

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

border-color css

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

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

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