Html Css Color HEX #AF1854 Jazzberry Jam

📋 copy color: '#AF1854'

red 175 ◦ green 24 ◦ blue 84

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

Shades of Jazzberry Jam #AF1854

Tints of Jazzberry Jam #AF1854

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.48%

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

R = 61.84%
G = 8.48%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF1854 (or 0xAF1854) is known color: Jazzberry Jam. HEX triplet: AF, 18 and 54. RGB value is (175,24,84). Sum of RGB (Red+Green+Blue) = 175+24+84=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1854 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1854 is #50E7AB. Grayscale: #4B4B4B. Windows color (decimal): -5302188 or 5511343. OLE color: 5511343.

HSL color Cylindrical-coordinate representation of color #AF1854: hue angle of 336.16º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1854 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 24 84 -
CMYK 0 0.86 0.52 0.31
HSL 336.16º 0.76% 0.39% -
HSV(B) 336.16º 0.86% 0.69% -
XYZ 19.61 10.41 9.36 -
YUV 75.99 132.53 198.62 -
System Red Green Blue C M Y K H S L
Decimal 175 24 84 0 0.86 0.52 0.31 336.16 0.76 0.39
Hex AF 18 54 0 56 34 1F 150 4C 27
Octal 257 30 124 0 126 64 37 520 114 47
Binary 10101111 11000 1010100 0 1010110 110100 11111 101010000 1001100 100111

Color Harmonies of #AF1854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1854

Black with #AF1854

Text Example


Text Example

White with #AF1854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1854; }

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

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

background-color css

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

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

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

border-color css

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

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

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