Html Css Color HEX #AF126C Jazzberry Jam

📋 copy color: '#AF126C'

red 175 ◦ green 18 ◦ blue 108

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

Shades of Jazzberry Jam #AF126C

Tints of Jazzberry Jam #AF126C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.88%

R = 58.14%
G = 5.98%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF126C (or 0xAF126C) is known color: Jazzberry Jam. HEX triplet: AF, 12 and 6C. RGB value is (175,18,108). Sum of RGB (Red+Green+Blue) = 175+18+108=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF126C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF126C is #50ED93. Grayscale: #4B4B4B. Windows color (decimal): -5303700 or 7082671. OLE color: 7082671.

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

Color convert

RGB 175 18 108 -
CMYK 0 0.90 0.38 0.31
HSL 325.61º 0.81% 0.38% -
HSV(B) 325.61º 0.9% 0.69% -
XYZ 20.6 10.63 15.15 -
YUV 75.2 146.51 199.18 -
System Red Green Blue C M Y K H S L
Decimal 175 18 108 0 0.90 0.38 0.31 325.61 0.81 0.38
Hex AF 12 6C 0 5A 26 1F 146 51 26
Octal 257 22 154 0 132 46 37 506 121 46
Binary 10101111 10010 1101100 0 1011010 100110 11111 101000110 1010001 100110

Color Harmonies of #AF126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF126C

Black with #AF126C

Text Example


Text Example

White with #AF126C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF126C; }

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

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

background-color css

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

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

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

border-color css

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

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

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