Html Css Color HEX #AF126B Jazzberry Jam

📋 copy color: '#AF126B'

red 175 ◦ green 18 ◦ blue 107

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

Shades of Jazzberry Jam #AF126B

Tints of Jazzberry Jam #AF126B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.67%

R = 58.33%
G = 6%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF126B (or 0xAF126B) is known color: Jazzberry Jam. HEX triplet: AF, 12 and 6B. RGB value is (175,18,107). Sum of RGB (Red+Green+Blue) = 175+18+107=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF126B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF126B is #50ED94. Grayscale: #4A4A4A. Windows color (decimal): -5303701 or 7017135. OLE color: 7017135.

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

Color convert

RGB 175 18 107 -
CMYK 0 0.90 0.39 0.31
HSL 325.99º 0.81% 0.38% -
HSV(B) 325.99º 0.9% 0.69% -
XYZ 20.55 10.61 14.87 -
YUV 75.09 146.01 199.26 -
System Red Green Blue C M Y K H S L
Decimal 175 18 107 0 0.90 0.39 0.31 325.99 0.81 0.38
Hex AF 12 6B 0 5A 27 1F 146 51 26
Octal 257 22 153 0 132 47 37 506 121 46
Binary 10101111 10010 1101011 0 1011010 100111 11111 101000110 1010001 100110

Color Harmonies of #AF126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF126B

Black with #AF126B

Text Example


Text Example

White with #AF126B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF126B; }

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

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

background-color css

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

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

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

border-color css

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

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

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