Html Css Color HEX #AF0454 Jazzberry Jam

📋 copy color: '#AF0454'

red 175 ◦ green 4 ◦ blue 84

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

Shades of Jazzberry Jam #AF0454

Tints of Jazzberry Jam #AF0454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.94%

R = 66.54%
G = 1.52%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF0454 (or 0xAF0454) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 54. RGB value is (175,4,84). Sum of RGB (Red+Green+Blue) = 175+4+84=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0454 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0454 is #50FBAB. Grayscale: #404040. Windows color (decimal): -5307308 or 5506223. OLE color: 5506223.

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

Color convert

RGB 175 4 84 -
CMYK 0 0.98 0.52 0.31
HSL 331.93º 0.96% 0.35% -
HSV(B) 331.93º 0.98% 0.69% -
XYZ 19.32 9.84 9.27 -
YUV 64.25 139.15 207 -
System Red Green Blue C M Y K H S L
Decimal 175 4 84 0 0.98 0.52 0.31 331.93 0.96 0.35
Hex AF 4 54 0 62 34 1F 14C 60 23
Octal 257 4 124 0 142 64 37 514 140 43
Binary 10101111 100 1010100 0 1100010 110100 11111 101001100 1100000 100011

Color Harmonies of #AF0454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0454

Black with #AF0454

Text Example


Text Example

White with #AF0454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0454; }

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

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

background-color css

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

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

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

border-color css

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

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

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