Html Css Color HEX #AF0665 Jazzberry Jam

📋 copy color: '#AF0665'

red 175 ◦ green 6 ◦ blue 101

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

Shades of Jazzberry Jam #AF0665

Tints of Jazzberry Jam #AF0665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.82%

R = 62.06%
G = 2.13%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF0665 (or 0xAF0665) is known color: Jazzberry Jam. HEX triplet: AF, 06 and 65. RGB value is (175,6,101). Sum of RGB (Red+Green+Blue) = 175+6+101=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0665 is #50F99A. Grayscale: #434343. Windows color (decimal): -5306779 or 6620847. OLE color: 6620847.

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

Color convert

RGB 175 6 101 -
CMYK 0 0.97 0.42 0.31
HSL 326.27º 0.93% 0.35% -
HSV(B) 326.27º 0.97% 0.69% -
XYZ 20.09 10.18 13.22 -
YUV 67.36 146.99 204.78 -
System Red Green Blue C M Y K H S L
Decimal 175 6 101 0 0.97 0.42 0.31 326.27 0.93 0.35
Hex AF 6 65 0 61 2A 1F 146 5D 23
Octal 257 6 145 0 141 52 37 506 135 43
Binary 10101111 110 1100101 0 1100001 101010 11111 101000110 1011101 100011

Color Harmonies of #AF0665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0665

Black with #AF0665

Text Example


Text Example

White with #AF0665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0665; }

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

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

background-color css

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

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

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

border-color css

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

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

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