Html Css Color HEX #AF126F Jazzberry Jam

📋 copy color: '#AF126F'

red 175 ◦ green 18 ◦ blue 111

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

Shades of Jazzberry Jam #AF126F

Tints of Jazzberry Jam #AF126F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.51%

R = 57.57%
G = 5.92%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF126F (or 0xAF126F) is known color: Jazzberry Jam. HEX triplet: AF, 12 and 6F. RGB value is (175,18,111). Sum of RGB (Red+Green+Blue) = 175+18+111=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF126F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF126F is #50ED90. Grayscale: #4B4B4B. Windows color (decimal): -5303697 or 7279279. OLE color: 7279279.

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

Color convert

RGB 175 18 111 -
CMYK 0 0.90 0.37 0.31
HSL 324.46º 0.81% 0.38% -
HSV(B) 324.46º 0.9% 0.69% -
XYZ 20.76 10.69 16.01 -
YUV 75.55 148.01 198.94 -
System Red Green Blue C M Y K H S L
Decimal 175 18 111 0 0.90 0.37 0.31 324.46 0.81 0.38
Hex AF 12 6F 0 5A 25 1F 144 51 26
Octal 257 22 157 0 132 45 37 504 121 46
Binary 10101111 10010 1101111 0 1011010 100101 11111 101000100 1010001 100110

Color Harmonies of #AF126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF126F

Black with #AF126F

Text Example


Text Example

White with #AF126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF126F; }

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

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

background-color css

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

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

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

border-color css

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

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

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