Html Css Color HEX #AF1F6D Jazzberry Jam

📋 copy color: '#AF1F6D'

red 175 ◦ green 31 ◦ blue 109

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

Shades of Jazzberry Jam #AF1F6D

Tints of Jazzberry Jam #AF1F6D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.84%

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

R = 55.56%
G = 9.84%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF1F6D (or 0xAF1F6D) is known color: Jazzberry Jam. HEX triplet: AF, 1F and 6D. RGB value is (175,31,109). Sum of RGB (Red+Green+Blue) = 175+31+109=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1F6D is #50E092. Grayscale: #525252. Windows color (decimal): -5300371 or 7151535. OLE color: 7151535.

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

Color convert

RGB 175 31 109 -
CMYK 0 0.82 0.38 0.31
HSL 327.5º 0.7% 0.4% -
HSV(B) 327.5º 0.82% 0.69% -
XYZ 20.93 11.2 15.53 -
YUV 82.95 142.71 193.66 -
System Red Green Blue C M Y K H S L
Decimal 175 31 109 0 0.82 0.38 0.31 327.5 0.7 0.4
Hex AF 1F 6D 0 52 26 1F 148 46 28
Octal 257 37 155 0 122 46 37 510 106 50
Binary 10101111 11111 1101101 0 1010010 100110 11111 101001000 1000110 101000

Color Harmonies of #AF1F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1F6D

Black with #AF1F6D

Text Example


Text Example

White with #AF1F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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