Html Css Color HEX #AF126E Jazzberry Jam

📋 copy color: '#AF126E'

red 175 ◦ green 18 ◦ blue 110

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

Shades of Jazzberry Jam #AF126E

Tints of Jazzberry Jam #AF126E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.3%

R = 57.76%
G = 5.94%
B = 36.3%

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

#AF126E (or 0xAF126E) is known color: Jazzberry Jam. HEX triplet: AF, 12 and 6E. RGB value is (175,18,110). Sum of RGB (Red+Green+Blue) = 175+18+110=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF126E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF126E is #50ED91. Grayscale: #4B4B4B. Windows color (decimal): -5303698 or 7213743. OLE color: 7213743.

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

Color convert

RGB 175 18 110 -
CMYK 0 0.90 0.37 0.31
HSL 324.84º 0.81% 0.38% -
HSV(B) 324.84º 0.9% 0.69% -
XYZ 20.71 10.67 15.72 -
YUV 75.43 147.51 199.02 -
System Red Green Blue C M Y K H S L
Decimal 175 18 110 0 0.90 0.37 0.31 324.84 0.81 0.38
Hex AF 12 6E 0 5A 25 1F 145 51 26
Octal 257 22 156 0 132 45 37 505 121 46
Binary 10101111 10010 1101110 0 1011010 100101 11111 101000101 1010001 100110

Color Harmonies of #AF126E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF126E

Black with #AF126E

Text Example


Text Example

White with #AF126E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF126E; }

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

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

background-color css

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

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

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

border-color css

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

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

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