Html Css Color HEX #AF1253 Jazzberry Jam

📋 copy color: '#AF1253'

red 175 ◦ green 18 ◦ blue 83

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

Shades of Jazzberry Jam #AF1253

Tints of Jazzberry Jam #AF1253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.52%

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

R = 63.41%
G = 6.52%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF1253 (or 0xAF1253) is known color: Jazzberry Jam. HEX triplet: AF, 12 and 53. RGB value is (175,18,83). Sum of RGB (Red+Green+Blue) = 175+18+83=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1253 is #50EDAC. Grayscale: #484848. Windows color (decimal): -5303725 or 5444271. OLE color: 5444271.

HSL color Cylindrical-coordinate representation of color #AF1253: hue angle of 335.16º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1253 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 18 83 -
CMYK 0 0.90 0.53 0.31
HSL 335.16º 0.81% 0.38% -
HSV(B) 335.16º 0.9% 0.69% -
XYZ 19.46 10.17 9.12 -
YUV 72.35 134.01 201.21 -
System Red Green Blue C M Y K H S L
Decimal 175 18 83 0 0.90 0.53 0.31 335.16 0.81 0.38
Hex AF 12 53 0 5A 35 1F 14F 51 26
Octal 257 22 123 0 132 65 37 517 121 46
Binary 10101111 10010 1010011 0 1011010 110101 11111 101001111 1010001 100110

Color Harmonies of #AF1253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1253

Black with #AF1253

Text Example


Text Example

White with #AF1253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1253; }

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

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

background-color css

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

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

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

border-color css

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

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

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