Html Css Color HEX #AF0655 Jazzberry Jam

📋 copy color: '#AF0655'

red 175 ◦ green 6 ◦ blue 85

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

Shades of Jazzberry Jam #AF0655

Tints of Jazzberry Jam #AF0655

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

 BLUE value IS 85 (33.59% from 255) = 31.95%

R = 65.79%
G = 2.26%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF0655 (or 0xAF0655) is known color: Jazzberry Jam. HEX triplet: AF, 06 and 55. RGB value is (175,6,85). Sum of RGB (Red+Green+Blue) = 175+6+85=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0655 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0655 is #50F9AA. Grayscale: #414141. Windows color (decimal): -5306795 or 5572271. OLE color: 5572271.

HSL color Cylindrical-coordinate representation of color #AF0655: hue angle of 331.95º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0655 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 6 85 -
CMYK 0 0.97 0.51 0.31
HSL 331.95º 0.93% 0.35% -
HSV(B) 331.95º 0.97% 0.69% -
XYZ 19.38 9.9 9.48 -
YUV 65.54 138.99 206.08 -
System Red Green Blue C M Y K H S L
Decimal 175 6 85 0 0.97 0.51 0.31 331.95 0.93 0.35
Hex AF 6 55 0 61 33 1F 14C 5D 23
Octal 257 6 125 0 141 63 37 514 135 43
Binary 10101111 110 1010101 0 1100001 110011 11111 101001100 1011101 100011

Color Harmonies of #AF0655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0655

Black with #AF0655

Text Example


Text Example

White with #AF0655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0655; }

 p { color: rgb(175,6,85); }

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

background-color css

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

 a { background-color: rgb(175,6,85); }

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

border-color css

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

 span { border-color: rgb(175,6,85); }

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