Html Css Color HEX #AF125E Jazzberry Jam

📋 copy color: '#AF125E'

red 175 ◦ green 18 ◦ blue 94

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

Shades of Jazzberry Jam #AF125E

Tints of Jazzberry Jam #AF125E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.27%

 BLUE value IS 94 (37.11% from 255) = 32.75%

R = 60.98%
G = 6.27%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF125E (or 0xAF125E) is known color: Jazzberry Jam. HEX triplet: AF, 12 and 5E. RGB value is (175,18,94). Sum of RGB (Red+Green+Blue) = 175+18+94=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF125E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF125E is #50EDA1. Grayscale: #494949. Windows color (decimal): -5303714 or 6165167. OLE color: 6165167.

HSL color Cylindrical-coordinate representation of color #AF125E: hue angle of 330.96º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF125E is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 18 94 -
CMYK 0 0.90 0.46 0.31
HSL 330.96º 0.81% 0.38% -
HSV(B) 330.96º 0.9% 0.69% -
XYZ 19.92 10.35 11.54 -
YUV 73.61 139.51 200.32 -
System Red Green Blue C M Y K H S L
Decimal 175 18 94 0 0.90 0.46 0.31 330.96 0.81 0.38
Hex AF 12 5E 0 5A 2E 1F 14B 51 26
Octal 257 22 136 0 132 56 37 513 121 46
Binary 10101111 10010 1011110 0 1011010 101110 11111 101001011 1010001 100110

Color Harmonies of #AF125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF125E

Black with #AF125E

Text Example


Text Example

White with #AF125E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF125E; }

 p { color: rgb(175,18,94); }

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

background-color css

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

 a { background-color: rgb(175,18,94); }

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

border-color css

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

 span { border-color: rgb(175,18,94); }

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