Html Css Color HEX #AF246D Jazzberry Jam

📋 copy color: '#AF246D'

red 175 ◦ green 36 ◦ blue 109

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

Shades of Jazzberry Jam #AF246D

Tints of Jazzberry Jam #AF246D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.25%

 BLUE value IS 109 (42.97% from 255) = 34.06%

R = 54.69%
G = 11.25%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF246D (or 0xAF246D) is known color: Jazzberry Jam. HEX triplet: AF, 24 and 6D. RGB value is (175,36,109). Sum of RGB (Red+Green+Blue) = 175+36+109=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF246D is #50DB92. Grayscale: #555555. Windows color (decimal): -5299091 or 7152815. OLE color: 7152815.

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

Color convert

RGB 175 36 109 -
CMYK 0 0.79 0.38 0.31
HSL 328.49º 0.66% 0.41% -
HSV(B) 328.49º 0.79% 0.69% -
XYZ 21.07 11.48 15.57 -
YUV 85.88 141.05 191.56 -
System Red Green Blue C M Y K H S L
Decimal 175 36 109 0 0.79 0.38 0.31 328.49 0.66 0.41
Hex AF 24 6D 0 4F 26 1F 148 42 29
Octal 257 44 155 0 117 46 37 510 102 51
Binary 10101111 100100 1101101 0 1001111 100110 11111 101001000 1000010 101001

Color Harmonies of #AF246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF246D

Black with #AF246D

Text Example


Text Example

White with #AF246D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF246D; }

 p { color: rgb(175,36,109); }

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

background-color css

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

 a { background-color: rgb(175,36,109); }

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

border-color css

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

 span { border-color: rgb(175,36,109); }

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