Html Css Color HEX #AF2269 Jazzberry Jam

📋 copy color: '#AF2269'

red 175 ◦ green 34 ◦ blue 105

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

Shades of Jazzberry Jam #AF2269

Tints of Jazzberry Jam #AF2269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.44%

R = 55.73%
G = 10.83%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF2269 (or 0xAF2269) is known color: Jazzberry Jam. HEX triplet: AF, 22 and 69. RGB value is (175,34,105). Sum of RGB (Red+Green+Blue) = 175+34+105=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2269 is #50DD96. Grayscale: #545454. Windows color (decimal): -5299607 or 6890159. OLE color: 6890159.

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

Color convert

RGB 175 34 105 -
CMYK 0 0.81 0.40 0.31
HSL 329.79º 0.67% 0.41% -
HSV(B) 329.79º 0.81% 0.69% -
XYZ 20.8 11.28 14.45 -
YUV 84.25 139.71 192.73 -
System Red Green Blue C M Y K H S L
Decimal 175 34 105 0 0.81 0.40 0.31 329.79 0.67 0.41
Hex AF 22 69 0 51 28 1F 14A 43 29
Octal 257 42 151 0 121 50 37 512 103 51
Binary 10101111 100010 1101001 0 1010001 101000 11111 101001010 1000011 101001

Color Harmonies of #AF2269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2269

Black with #AF2269

Text Example


Text Example

White with #AF2269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2269; }

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

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

background-color css

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

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

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

border-color css

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

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

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