Html Css Color HEX #AF0362 Jazzberry Jam

📋 copy color: '#AF0362'

red 175 ◦ green 3 ◦ blue 98

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

Shades of Jazzberry Jam #AF0362

Tints of Jazzberry Jam #AF0362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 98 (38.67% from 255) = 35.51%

R = 63.41%
G = 1.09%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AF0362 (or 0xAF0362) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 62. RGB value is (175,3,98). Sum of RGB (Red+Green+Blue) = 175+3+98=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0362 is #50FC9D. Grayscale: #414141. Windows color (decimal): -5307550 or 6423471. OLE color: 6423471.

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

Color convert

RGB 175 3 98 -
CMYK 0 0.98 0.44 0.31
HSL 326.86º 0.97% 0.35% -
HSV(B) 326.86º 0.98% 0.69% -
XYZ 19.92 10.06 12.45 -
YUV 65.26 146.48 206.28 -
System Red Green Blue C M Y K H S L
Decimal 175 3 98 0 0.98 0.44 0.31 326.86 0.97 0.35
Hex AF 3 62 0 62 2C 1F 147 61 23
Octal 257 3 142 0 142 54 37 507 141 43
Binary 10101111 11 1100010 0 1100010 101100 11111 101000111 1100001 100011

Color Harmonies of #AF0362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0362

Black with #AF0362

Text Example


Text Example

White with #AF0362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0362; }

 p { color: rgb(175,3,98); }

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

background-color css

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

 a { background-color: rgb(175,3,98); }

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

border-color css

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

 span { border-color: rgb(175,3,98); }

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