Html Css Color HEX #AF0770 Jazzberry Jam

📋 copy color: '#AF0770'

red 175 ◦ green 7 ◦ blue 112

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

Shades of Jazzberry Jam #AF0770

Tints of Jazzberry Jam #AF0770

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.38%

 BLUE value IS 112 (44.14% from 255) = 38.1%

R = 59.52%
G = 2.38%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF0770 (or 0xAF0770) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 70. RGB value is (175,7,112). Sum of RGB (Red+Green+Blue) = 175+7+112=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0770 is #50F88F. Grayscale: #444444. Windows color (decimal): -5306512 or 7341999. OLE color: 7341999.

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

Color convert

RGB 175 7 112 -
CMYK 0 0.96 0.36 0.31
HSL 322.5º 0.92% 0.36% -
HSV(B) 322.5º 0.96% 0.69% -
XYZ 20.68 10.44 16.25 -
YUV 69.2 152.16 203.46 -
System Red Green Blue C M Y K H S L
Decimal 175 7 112 0 0.96 0.36 0.31 322.5 0.92 0.36
Hex AF 7 70 0 60 24 1F 142 5C 24
Octal 257 7 160 0 140 44 37 502 134 44
Binary 10101111 111 1110000 0 1100000 100100 11111 101000010 1011100 100100

Color Harmonies of #AF0770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0770

Black with #AF0770

Text Example


Text Example

White with #AF0770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0770; }

 p { color: rgb(175,7,112); }

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

background-color css

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

 a { background-color: rgb(175,7,112); }

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

border-color css

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

 span { border-color: rgb(175,7,112); }

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