Html Css Color HEX #AF1462 Jazzberry Jam

📋 copy color: '#AF1462'

red 175 ◦ green 20 ◦ blue 98

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

Shades of Jazzberry Jam #AF1462

Tints of Jazzberry Jam #AF1462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.83%

 BLUE value IS 98 (38.67% from 255) = 33.45%

R = 59.73%
G = 6.83%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AF1462 (or 0xAF1462) is known color: Jazzberry Jam. HEX triplet: AF, 14 and 62. RGB value is (175,20,98). Sum of RGB (Red+Green+Blue) = 175+20+98=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1462 is #50EB9D. Grayscale: #4B4B4B. Windows color (decimal): -5303198 or 6427823. OLE color: 6427823.

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

Color convert

RGB 175 20 98 -
CMYK 0 0.89 0.44 0.31
HSL 329.81º 0.79% 0.38% -
HSV(B) 329.81º 0.89% 0.69% -
XYZ 20.13 10.5 12.52 -
YUV 75.24 140.85 199.16 -
System Red Green Blue C M Y K H S L
Decimal 175 20 98 0 0.89 0.44 0.31 329.81 0.79 0.38
Hex AF 14 62 0 59 2C 1F 14A 4F 26
Octal 257 24 142 0 131 54 37 512 117 46
Binary 10101111 10100 1100010 0 1011001 101100 11111 101001010 1001111 100110

Color Harmonies of #AF1462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1462

Black with #AF1462

Text Example


Text Example

White with #AF1462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1462; }

 p { color: rgb(175,20,98); }

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

background-color css

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

 a { background-color: rgb(175,20,98); }

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

border-color css

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

 span { border-color: rgb(175,20,98); }

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