Html Css Color HEX #AF075E Jazzberry Jam

📋 copy color: '#AF075E'

red 175 ◦ green 7 ◦ blue 94

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

Shades of Jazzberry Jam #AF075E

Tints of Jazzberry Jam #AF075E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.06%

R = 63.41%
G = 2.54%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF075E (or 0xAF075E) is known color: Jazzberry Jam. HEX triplet: AF, 07 and 5E. RGB value is (175,7,94). Sum of RGB (Red+Green+Blue) = 175+7+94=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF075E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF075E is #50F8A1. Grayscale: #424242. Windows color (decimal): -5306530 or 6162351. OLE color: 6162351.

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

Color convert

RGB 175 7 94 -
CMYK 0 0.96 0.46 0.31
HSL 328.93º 0.92% 0.36% -
HSV(B) 328.93º 0.96% 0.69% -
XYZ 19.78 10.07 11.49 -
YUV 67.15 143.16 204.93 -
System Red Green Blue C M Y K H S L
Decimal 175 7 94 0 0.96 0.46 0.31 328.93 0.92 0.36
Hex AF 7 5E 0 60 2E 1F 149 5C 24
Octal 257 7 136 0 140 56 37 511 134 44
Binary 10101111 111 1011110 0 1100000 101110 11111 101001001 1011100 100100

Color Harmonies of #AF075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF075E

Black with #AF075E

Text Example


Text Example

White with #AF075E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF075E; }

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

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

background-color css

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

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

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

border-color css

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

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

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