Html Css Color HEX #AF076A Jazzberry Jam

📋 copy color: '#AF076A'

red 175 ◦ green 7 ◦ blue 106

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

Shades of Jazzberry Jam #AF076A

Tints of Jazzberry Jam #AF076A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.81%

R = 60.76%
G = 2.43%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF076A (or 0xAF076A) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 6A. RGB value is (175,7,106). Sum of RGB (Red+Green+Blue) = 175+7+106=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF076A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF076A is #50F895. Grayscale: #444444. Windows color (decimal): -5306518 or 6948783. OLE color: 6948783.

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

Color convert

RGB 175 7 106 -
CMYK 0 0.96 0.39 0.31
HSL 324.64º 0.92% 0.36% -
HSV(B) 324.64º 0.96% 0.69% -
XYZ 20.36 10.31 14.55 -
YUV 68.52 149.16 203.95 -
System Red Green Blue C M Y K H S L
Decimal 175 7 106 0 0.96 0.39 0.31 324.64 0.92 0.36
Hex AF 7 6A 0 60 27 1F 145 5C 24
Octal 257 7 152 0 140 47 37 505 134 44
Binary 10101111 111 1101010 0 1100000 100111 11111 101000101 1011100 100100

Color Harmonies of #AF076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF076A

Black with #AF076A

Text Example


Text Example

White with #AF076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF076A; }

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

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

background-color css

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

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

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

border-color css

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

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

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