Html Css Color HEX #AF2267 Jazzberry Jam

📋 copy color: '#AF2267'

red 175 ◦ green 34 ◦ blue 103

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

Shades of Jazzberry Jam #AF2267

Tints of Jazzberry Jam #AF2267

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.9%

 BLUE value IS 103 (40.63% from 255) = 33.01%

R = 56.09%
G = 10.9%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF2267 (or 0xAF2267) is known color: Jazzberry Jam. HEX triplet: AF, 22 and 67. RGB value is (175,34,103). Sum of RGB (Red+Green+Blue) = 175+34+103=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2267 is #50DD98. Grayscale: #535353. Windows color (decimal): -5299609 or 6759087. OLE color: 6759087.

HSL color Cylindrical-coordinate representation of color #AF2267: hue angle of 330.64º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2267 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 34 103 -
CMYK 0 0.81 0.41 0.31
HSL 330.64º 0.67% 0.41% -
HSV(B) 330.64º 0.81% 0.69% -
XYZ 20.7 11.24 13.91 -
YUV 84.03 138.71 192.89 -
System Red Green Blue C M Y K H S L
Decimal 175 34 103 0 0.81 0.41 0.31 330.64 0.67 0.41
Hex AF 22 67 0 51 29 1F 14B 43 29
Octal 257 42 147 0 121 51 37 513 103 51
Binary 10101111 100010 1100111 0 1010001 101001 11111 101001011 1000011 101001

Color Harmonies of #AF2267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2267

Black with #AF2267

Text Example


Text Example

White with #AF2267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2267; }

 p { color: rgb(175,34,103); }

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

background-color css

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

 a { background-color: rgb(175,34,103); }

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

border-color css

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

 span { border-color: rgb(175,34,103); }

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