Html Css Color HEX #AF0365 Jazzberry Jam

📋 copy color: '#AF0365'

red 175 ◦ green 3 ◦ blue 101

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

Shades of Jazzberry Jam #AF0365

Tints of Jazzberry Jam #AF0365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.2%

R = 62.72%
G = 1.08%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF0365 (or 0xAF0365) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 65. RGB value is (175,3,101). Sum of RGB (Red+Green+Blue) = 175+3+101=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0365 is #50FC9A. Grayscale: #414141. Windows color (decimal): -5307547 or 6620079. OLE color: 6620079.

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

Color convert

RGB 175 3 101 -
CMYK 0 0.98 0.42 0.31
HSL 325.81º 0.97% 0.35% -
HSV(B) 325.81º 0.98% 0.69% -
XYZ 20.06 10.12 13.21 -
YUV 65.6 147.98 206.03 -
System Red Green Blue C M Y K H S L
Decimal 175 3 101 0 0.98 0.42 0.31 325.81 0.97 0.35
Hex AF 3 65 0 62 2A 1F 146 61 23
Octal 257 3 145 0 142 52 37 506 141 43
Binary 10101111 11 1100101 0 1100010 101010 11111 101000110 1100001 100011

Color Harmonies of #AF0365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0365

Black with #AF0365

Text Example


Text Example

White with #AF0365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0365; }

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

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

background-color css

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

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

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

border-color css

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

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

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