Html Css Color HEX #AF0369 Jazzberry Jam

📋 copy color: '#AF0369'

red 175 ◦ green 3 ◦ blue 105

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

Shades of Jazzberry Jam #AF0369

Tints of Jazzberry Jam #AF0369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.1%

R = 61.84%
G = 1.06%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF0369 (or 0xAF0369) is known color: Jazzberry Jam. HEX triplet: AF, 03 and 69. RGB value is (175,3,105). Sum of RGB (Red+Green+Blue) = 175+3+105=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0369 is #50FC96. Grayscale: #414141. Windows color (decimal): -5307543 or 6882223. OLE color: 6882223.

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

Color convert

RGB 175 3 105 -
CMYK 0 0.98 0.40 0.31
HSL 324.42º 0.97% 0.35% -
HSV(B) 324.42º 0.98% 0.69% -
XYZ 20.26 10.2 14.27 -
YUV 66.06 149.98 205.71 -
System Red Green Blue C M Y K H S L
Decimal 175 3 105 0 0.98 0.40 0.31 324.42 0.97 0.35
Hex AF 3 69 0 62 28 1F 144 61 23
Octal 257 3 151 0 142 50 37 504 141 43
Binary 10101111 11 1101001 0 1100010 101000 11111 101000100 1100001 100011

Color Harmonies of #AF0369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0369

Black with #AF0369

Text Example


Text Example

White with #AF0369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0369; }

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

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

background-color css

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

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

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

border-color css

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

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

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