Html Css Color HEX #AF0353 Jazzberry Jam

📋 copy color: '#AF0353'

red 175 ◦ green 3 ◦ blue 83

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

Shades of Jazzberry Jam #AF0353

Tints of Jazzberry Jam #AF0353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

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

R = 67.05%
G = 1.15%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF0353 (or 0xAF0353) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 53. RGB value is (175,3,83). Sum of RGB (Red+Green+Blue) = 175+3+83=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0353 is #50FCAC. Grayscale: #3F3F3F. Windows color (decimal): -5307565 or 5440431. OLE color: 5440431.

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

Color convert

RGB 175 3 83 -
CMYK 0 0.98 0.53 0.31
HSL 332.09º 0.97% 0.35% -
HSV(B) 332.09º 0.98% 0.69% -
XYZ 19.27 9.8 9.06 -
YUV 63.55 138.98 207.5 -
System Red Green Blue C M Y K H S L
Decimal 175 3 83 0 0.98 0.53 0.31 332.09 0.97 0.35
Hex AF 3 53 0 62 35 1F 14C 61 23
Octal 257 3 123 0 142 65 37 514 141 43
Binary 10101111 11 1010011 0 1100010 110101 11111 101001100 1100001 100011

Color Harmonies of #AF0353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0353

Black with #AF0353

Text Example


Text Example

White with #AF0353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0353; }

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

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

background-color css

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

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

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

border-color css

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

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

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