Html Css Color HEX #AF2565 Jazzberry Jam

📋 copy color: '#AF2565'

red 175 ◦ green 37 ◦ blue 101

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

Shades of Jazzberry Jam #AF2565

Tints of Jazzberry Jam #AF2565

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.82%

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

R = 55.91%
G = 11.82%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF2565 (or 0xAF2565) is known color: Jazzberry Jam. HEX triplet: AF, 25 and 65. RGB value is (175,37,101). Sum of RGB (Red+Green+Blue) = 175+37+101=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2565 is #50DA9A. Grayscale: #555555. Windows color (decimal): -5298843 or 6628783. OLE color: 6628783.

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

Color convert

RGB 175 37 101 -
CMYK 0 0.79 0.42 0.31
HSL 332.17º 0.65% 0.42% -
HSV(B) 332.17º 0.79% 0.69% -
XYZ 20.69 11.38 13.42 -
YUV 85.56 136.72 191.8 -
System Red Green Blue C M Y K H S L
Decimal 175 37 101 0 0.79 0.42 0.31 332.17 0.65 0.42
Hex AF 25 65 0 4F 2A 1F 14C 41 2A
Octal 257 45 145 0 117 52 37 514 101 52
Binary 10101111 100101 1100101 0 1001111 101010 11111 101001100 1000001 101010

Color Harmonies of #AF2565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2565

Black with #AF2565

Text Example


Text Example

White with #AF2565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2565; }

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

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

background-color css

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

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

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

border-color css

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

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

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