Html Css Color HEX #AF2365 Jazzberry Jam

📋 copy color: '#AF2365'

red 175 ◦ green 35 ◦ blue 101

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

Shades of Jazzberry Jam #AF2365

Tints of Jazzberry Jam #AF2365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.25%

 BLUE value IS 101 (39.84% from 255) = 32.48%

R = 56.27%
G = 11.25%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF2365 (or 0xAF2365) is known color: Jazzberry Jam. HEX triplet: AF, 23 and 65. RGB value is (175,35,101). Sum of RGB (Red+Green+Blue) = 175+35+101=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2365 is #50DC9A. Grayscale: #545454. Windows color (decimal): -5299355 or 6628271. OLE color: 6628271.

HSL color Cylindrical-coordinate representation of color #AF2365: hue angle of 331.71º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2365 is Cyan = 0, Magento = 0.8, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 35 101 -
CMYK 0 0.8 0.42 0.31
HSL 331.71º 0.67% 0.41% -
HSV(B) 331.71º 0.8% 0.69% -
XYZ 20.63 11.26 13.4 -
YUV 84.38 137.38 192.63 -
System Red Green Blue C M Y K H S L
Decimal 175 35 101 0 0.8 0.42 0.31 331.71 0.67 0.41
Hex AF 23 65 0 50 2A 1F 14C 43 29
Octal 257 43 145 0 120 52 37 514 103 51
Binary 10101111 100011 1100101 0 1010000 101010 11111 101001100 1000011 101001

Color Harmonies of #AF2365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2365

Black with #AF2365

Text Example


Text Example

White with #AF2365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2365; }

 p { color: rgb(175,35,101); }

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

background-color css

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

 a { background-color: rgb(175,35,101); }

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

border-color css

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

 span { border-color: rgb(175,35,101); }

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