Html Css Color HEX #AF0145 Jazzberry Jam

📋 copy color: '#AF0145'

red 175 ◦ green 1 ◦ blue 69

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

Shades of Jazzberry Jam #AF0145

Tints of Jazzberry Jam #AF0145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 28.16%

R = 71.43%
G = 0.41%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF0145 (or 0xAF0145) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 45. RGB value is (175,1,69). Sum of RGB (Red+Green+Blue) = 175+1+69=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0145 is #50FEBA. Grayscale: #3C3C3C. Windows color (decimal): -5308091 or 4522415. OLE color: 4522415.

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

Color convert

RGB 175 1 69 -
CMYK 0 0.99 0.61 0.31
HSL 336.55º 0.99% 0.35% -
HSV(B) 336.55º 0.99% 0.69% -
XYZ 18.76 9.57 6.49 -
YUV 60.78 132.65 209.47 -
System Red Green Blue C M Y K H S L
Decimal 175 1 69 0 0.99 0.61 0.31 336.55 0.99 0.35
Hex AF 1 45 0 63 3D 1F 151 63 23
Octal 257 1 105 0 143 75 37 521 143 43
Binary 10101111 1 1000101 0 1100011 111101 11111 101010001 1100011 100011

Color Harmonies of #AF0145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0145

Black with #AF0145

Text Example


Text Example

White with #AF0145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0145; }

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

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

background-color css

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

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

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

border-color css

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

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

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