Html Css Color HEX #AF1653 Jazzberry Jam

📋 copy color: '#AF1653'

red 175 ◦ green 22 ◦ blue 83

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

Shades of Jazzberry Jam #AF1653

Tints of Jazzberry Jam #AF1653

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.86%

 BLUE value IS 83 (32.81% from 255) = 29.64%

R = 62.5%
G = 7.86%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF1653 (or 0xAF1653) is known color: Jazzberry Jam. HEX triplet: AF, 16 and 53. RGB value is (175,22,83). Sum of RGB (Red+Green+Blue) = 175+22+83=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1653 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1653 is #50E9AC. Grayscale: #4A4A4A. Windows color (decimal): -5302701 or 5445295. OLE color: 5445295.

HSL color Cylindrical-coordinate representation of color #AF1653: hue angle of 336.08º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1653 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 22 83 -
CMYK 0 0.87 0.53 0.31
HSL 336.08º 0.78% 0.39% -
HSV(B) 336.08º 0.87% 0.69% -
XYZ 19.53 10.31 9.14 -
YUV 74.7 132.69 199.54 -
System Red Green Blue C M Y K H S L
Decimal 175 22 83 0 0.87 0.53 0.31 336.08 0.78 0.39
Hex AF 16 53 0 57 35 1F 150 4E 27
Octal 257 26 123 0 127 65 37 520 116 47
Binary 10101111 10110 1010011 0 1010111 110101 11111 101010000 1001110 100111

Color Harmonies of #AF1653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1653

Black with #AF1653

Text Example


Text Example

White with #AF1653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1653; }

 p { color: rgb(175,22,83); }

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

background-color css

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

 a { background-color: rgb(175,22,83); }

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

border-color css

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

 span { border-color: rgb(175,22,83); }

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