Html Css Color HEX #AF1A6D Jazzberry Jam

📋 copy color: '#AF1A6D'

red 175 ◦ green 26 ◦ blue 109

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

Shades of Jazzberry Jam #AF1A6D

Tints of Jazzberry Jam #AF1A6D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.39%

 BLUE value IS 109 (42.97% from 255) = 35.16%

R = 56.45%
G = 8.39%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF1A6D (or 0xAF1A6D) is known color: Jazzberry Jam. HEX triplet: AF, 1A and 6D. RGB value is (175,26,109). Sum of RGB (Red+Green+Blue) = 175+26+109=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1A6D is #50E592. Grayscale: #4F4F4F. Windows color (decimal): -5301651 or 7150255. OLE color: 7150255.

HSL color Cylindrical-coordinate representation of color #AF1A6D: hue angle of 326.58º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1A6D is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 26 109 -
CMYK 0 0.85 0.38 0.31
HSL 326.58º 0.74% 0.39% -
HSV(B) 326.58º 0.85% 0.69% -
XYZ 20.81 10.96 15.49 -
YUV 80.01 144.36 195.75 -
System Red Green Blue C M Y K H S L
Decimal 175 26 109 0 0.85 0.38 0.31 326.58 0.74 0.39
Hex AF 1A 6D 0 55 26 1F 147 4A 27
Octal 257 32 155 0 125 46 37 507 112 47
Binary 10101111 11010 1101101 0 1010101 100110 11111 101000111 1001010 100111

Color Harmonies of #AF1A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A6D

Black with #AF1A6D

Text Example


Text Example

White with #AF1A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A6D; }

 p { color: rgb(175,26,109); }

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

background-color css

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

 a { background-color: rgb(175,26,109); }

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

border-color css

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

 span { border-color: rgb(175,26,109); }

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