Html Css Color HEX #AF0168 Jazzberry Jam

📋 copy color: '#AF0168'

red 175 ◦ green 1 ◦ blue 104

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

Shades of Jazzberry Jam #AF0168

Tints of Jazzberry Jam #AF0168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 104 (41.02% from 255) = 37.14%

R = 62.5%
G = 0.36%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF0168 (or 0xAF0168) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 68. RGB value is (175,1,104). Sum of RGB (Red+Green+Blue) = 175+1+104=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0168 is #50FE97. Grayscale: #404040. Windows color (decimal): -5308056 or 6816175. OLE color: 6816175.

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

Color convert

RGB 175 1 104 -
CMYK 0 0.99 0.41 0.31
HSL 324.48º 0.99% 0.35% -
HSV(B) 324.48º 0.99% 0.69% -
XYZ 20.19 10.14 13.99 -
YUV 64.77 150.15 206.62 -
System Red Green Blue C M Y K H S L
Decimal 175 1 104 0 0.99 0.41 0.31 324.48 0.99 0.35
Hex AF 1 68 0 63 29 1F 144 63 23
Octal 257 1 150 0 143 51 37 504 143 43
Binary 10101111 1 1101000 0 1100011 101001 11111 101000100 1100011 100011

Color Harmonies of #AF0168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0168

Black with #AF0168

Text Example


Text Example

White with #AF0168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0168; }

 p { color: rgb(175,1,104); }

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

background-color css

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

 a { background-color: rgb(175,1,104); }

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

border-color css

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

 span { border-color: rgb(175,1,104); }

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