Html Css Color HEX #AF0164 Jazzberry Jam

📋 copy color: '#AF0164'

red 175 ◦ green 1 ◦ blue 100

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

Shades of Jazzberry Jam #AF0164

Tints of Jazzberry Jam #AF0164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 36.23%

R = 63.41%
G = 0.36%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF0164 (or 0xAF0164) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 64. RGB value is (175,1,100). Sum of RGB (Red+Green+Blue) = 175+1+100=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0164 is #50FE9B. Grayscale: #404040. Windows color (decimal): -5308060 or 6554031. OLE color: 6554031.

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

Color convert

RGB 175 1 100 -
CMYK 0 0.99 0.43 0.31
HSL 325.86º 0.99% 0.35% -
HSV(B) 325.86º 0.99% 0.69% -
XYZ 19.99 10.06 12.94 -
YUV 64.31 148.15 206.95 -
System Red Green Blue C M Y K H S L
Decimal 175 1 100 0 0.99 0.43 0.31 325.86 0.99 0.35
Hex AF 1 64 0 63 2B 1F 146 63 23
Octal 257 1 144 0 143 53 37 506 143 43
Binary 10101111 1 1100100 0 1100011 101011 11111 101000110 1100011 100011

Color Harmonies of #AF0164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0164

Black with #AF0164

Text Example


Text Example

White with #AF0164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0164; }

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

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

background-color css

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

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

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

border-color css

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

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

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