Html Css Color HEX #AF0243 Jazzberry Jam

📋 copy color: '#AF0243'

red 175 ◦ green 2 ◦ blue 67

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

Shades of Jazzberry Jam #AF0243

Tints of Jazzberry Jam #AF0243

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 67 (26.56% from 255) = 27.46%

R = 71.72%
G = 0.82%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF0243 (or 0xAF0243) is known color: Jazzberry Jam. HEX triplet: AF, 02 and 43. RGB value is (175,2,67). Sum of RGB (Red+Green+Blue) = 175+2+67=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0243 is #50FDBC. Grayscale: #3D3D3D. Windows color (decimal): -5307837 or 4391599. OLE color: 4391599.

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

Color convert

RGB 175 2 67 -
CMYK 0 0.99 0.62 0.31
HSL 337.46º 0.98% 0.35% -
HSV(B) 337.46º 0.99% 0.69% -
XYZ 18.71 9.56 6.17 -
YUV 61.14 131.31 209.21 -
System Red Green Blue C M Y K H S L
Decimal 175 2 67 0 0.99 0.62 0.31 337.46 0.98 0.35
Hex AF 2 43 0 63 3E 1F 151 62 23
Octal 257 2 103 0 143 76 37 521 142 43
Binary 10101111 10 1000011 0 1100011 111110 11111 101010001 1100010 100011

Color Harmonies of #AF0243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0243

Black with #AF0243

Text Example


Text Example

White with #AF0243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0243; }

 p { color: rgb(175,2,67); }

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

background-color css

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

 a { background-color: rgb(175,2,67); }

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

border-color css

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

 span { border-color: rgb(175,2,67); }

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