Html Css Color HEX #AF045E Jazzberry Jam

📋 copy color: '#AF045E'

red 175 ◦ green 4 ◦ blue 94

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

Shades of Jazzberry Jam #AF045E

Tints of Jazzberry Jam #AF045E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

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

R = 64.1%
G = 1.47%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF045E (or 0xAF045E) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 5E. RGB value is (175,4,94). Sum of RGB (Red+Green+Blue) = 175+4+94=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF045E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF045E is #50FBA1. Grayscale: #414141. Windows color (decimal): -5307298 or 6161583. OLE color: 6161583.

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

Color convert

RGB 175 4 94 -
CMYK 0 0.98 0.46 0.31
HSL 328.42º 0.96% 0.35% -
HSV(B) 328.42º 0.98% 0.69% -
XYZ 19.74 10.01 11.48 -
YUV 65.39 144.15 206.18 -
System Red Green Blue C M Y K H S L
Decimal 175 4 94 0 0.98 0.46 0.31 328.42 0.96 0.35
Hex AF 4 5E 0 62 2E 1F 148 60 23
Octal 257 4 136 0 142 56 37 510 140 43
Binary 10101111 100 1011110 0 1100010 101110 11111 101001000 1100000 100011

Color Harmonies of #AF045E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF045E

Black with #AF045E

Text Example


Text Example

White with #AF045E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF045E; }

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

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

background-color css

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

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

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

border-color css

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

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

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