Html Css Color HEX #AF0669 Jazzberry Jam

📋 copy color: '#AF0669'

red 175 ◦ green 6 ◦ blue 105

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

Shades of Jazzberry Jam #AF0669

Tints of Jazzberry Jam #AF0669

RGB

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

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

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

R = 61.19%
G = 2.1%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF0669 (or 0xAF0669) is known color: Jazzberry Jam. HEX triplet: AF, 06 and 69. RGB value is (175,6,105). Sum of RGB (Red+Green+Blue) = 175+6+105=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0669 is #50F996. Grayscale: #434343. Windows color (decimal): -5306775 or 6882991. OLE color: 6882991.

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

Color convert

RGB 175 6 105 -
CMYK 0 0.97 0.40 0.31
HSL 324.85º 0.93% 0.35% -
HSV(B) 324.85º 0.97% 0.69% -
XYZ 20.29 10.26 14.28 -
YUV 67.82 148.99 204.45 -
System Red Green Blue C M Y K H S L
Decimal 175 6 105 0 0.97 0.40 0.31 324.85 0.93 0.35
Hex AF 6 69 0 61 28 1F 145 5D 23
Octal 257 6 151 0 141 50 37 505 135 43
Binary 10101111 110 1101001 0 1100001 101000 11111 101000101 1011101 100011

Color Harmonies of #AF0669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0669

Black with #AF0669

Text Example


Text Example

White with #AF0669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0669; }

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

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

background-color css

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

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

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

border-color css

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

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

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