Html Css Color HEX #AF0140 Jazzberry Jam

📋 copy color: '#AF0140'

red 175 ◦ green 1 ◦ blue 64

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

Shades of Jazzberry Jam #AF0140

Tints of Jazzberry Jam #AF0140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.67%

R = 72.92%
G = 0.42%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF0140 (or 0xAF0140) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 40. RGB value is (175,1,64). Sum of RGB (Red+Green+Blue) = 175+1+64=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0140 is #50FEBF. Grayscale: #3C3C3C. Windows color (decimal): -5308096 or 4194735. OLE color: 4194735.

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

Color convert

RGB 175 1 64 -
CMYK 0 0.99 0.63 0.31
HSL 338.28º 0.99% 0.35% -
HSV(B) 338.28º 0.99% 0.69% -
XYZ 18.62 9.51 5.7 -
YUV 60.21 130.15 209.88 -
System Red Green Blue C M Y K H S L
Decimal 175 1 64 0 0.99 0.63 0.31 338.28 0.99 0.35
Hex AF 1 40 0 63 3F 1F 152 63 23
Octal 257 1 100 0 143 77 37 522 143 43
Binary 10101111 1 1000000 0 1100011 111111 11111 101010010 1100011 100011

Color Harmonies of #AF0140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0140

Black with #AF0140

Text Example


Text Example

White with #AF0140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0140; }

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

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

background-color css

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

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

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

border-color css

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

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

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