Html Css Color HEX #AF014F Jazzberry Jam

📋 copy color: '#AF014F'

red 175 ◦ green 1 ◦ blue 79

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

Shades of Jazzberry Jam #AF014F

Tints of Jazzberry Jam #AF014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.98%

R = 68.63%
G = 0.39%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF014F (or 0xAF014F) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 4F. RGB value is (175,1,79). Sum of RGB (Red+Green+Blue) = 175+1+79=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF014F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF014F is #50FEB0. Grayscale: #3D3D3D. Windows color (decimal): -5308081 or 5177775. OLE color: 5177775.

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

Color convert

RGB 175 1 79 -
CMYK 0 0.99 0.55 0.31
HSL 333.1º 0.99% 0.35% -
HSV(B) 333.1º 0.99% 0.69% -
XYZ 19.1 9.7 8.26 -
YUV 61.92 137.65 208.66 -
System Red Green Blue C M Y K H S L
Decimal 175 1 79 0 0.99 0.55 0.31 333.1 0.99 0.35
Hex AF 1 4F 0 63 37 1F 14D 63 23
Octal 257 1 117 0 143 67 37 515 143 43
Binary 10101111 1 1001111 0 1100011 110111 11111 101001101 1100011 100011

Color Harmonies of #AF014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF014F

Black with #AF014F

Text Example


Text Example

White with #AF014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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