Html Css Color HEX #AF1050 Jazzberry Jam

📋 copy color: '#AF1050'

red 175 ◦ green 16 ◦ blue 80

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

Shades of Jazzberry Jam #AF1050

Tints of Jazzberry Jam #AF1050

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.9%

 BLUE value IS 80 (31.64% from 255) = 29.52%

R = 64.58%
G = 5.9%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF1050 (or 0xAF1050) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 50. RGB value is (175,16,80). Sum of RGB (Red+Green+Blue) = 175+16+80=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1050 is #50EFAF. Grayscale: #464646. Windows color (decimal): -5304240 or 5247151. OLE color: 5247151.

HSL color Cylindrical-coordinate representation of color #AF1050: hue angle of 335.85º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF1050 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 16 80 -
CMYK 0 0.91 0.54 0.31
HSL 335.85º 0.83% 0.37% -
HSV(B) 335.85º 0.91% 0.69% -
XYZ 19.31 10.06 8.51 -
YUV 70.84 133.18 202.3 -
System Red Green Blue C M Y K H S L
Decimal 175 16 80 0 0.91 0.54 0.31 335.85 0.83 0.37
Hex AF 10 50 0 5B 36 1F 150 53 25
Octal 257 20 120 0 133 66 37 520 123 45
Binary 10101111 10000 1010000 0 1011011 110110 11111 101010000 1010011 100101

Color Harmonies of #AF1050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1050

Black with #AF1050

Text Example


Text Example

White with #AF1050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1050; }

 p { color: rgb(175,16,80); }

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

background-color css

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

 a { background-color: rgb(175,16,80); }

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

border-color css

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

 span { border-color: rgb(175,16,80); }

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