Html Css Color HEX #AF2463 Jazzberry Jam

📋 copy color: '#AF2463'

red 175 ◦ green 36 ◦ blue 99

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

Shades of Jazzberry Jam #AF2463

Tints of Jazzberry Jam #AF2463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.94%

R = 56.45%
G = 11.61%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF2463 (or 0xAF2463) is known color: Jazzberry Jam. HEX triplet: AF, 24 and 63. RGB value is (175,36,99). Sum of RGB (Red+Green+Blue) = 175+36+99=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2463 is #50DB9C. Grayscale: #545454. Windows color (decimal): -5299101 or 6497455. OLE color: 6497455.

HSL color Cylindrical-coordinate representation of color #AF2463: hue angle of 332.81º 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 #AF2463 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 36 99 -
CMYK 0 0.79 0.43 0.31
HSL 332.81º 0.66% 0.41% -
HSV(B) 332.81º 0.79% 0.69% -
XYZ 20.56 11.28 12.9 -
YUV 84.74 136.05 192.38 -
System Red Green Blue C M Y K H S L
Decimal 175 36 99 0 0.79 0.43 0.31 332.81 0.66 0.41
Hex AF 24 63 0 4F 2B 1F 14D 42 29
Octal 257 44 143 0 117 53 37 515 102 51
Binary 10101111 100100 1100011 0 1001111 101011 11111 101001101 1000010 101001

Color Harmonies of #AF2463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2463

Black with #AF2463

Text Example


Text Example

White with #AF2463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2463; }

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

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

background-color css

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

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

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

border-color css

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

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

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