Html Css Color HEX #AF0165 Jazzberry Jam

📋 copy color: '#AF0165'

red 175 ◦ green 1 ◦ blue 101

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

Shades of Jazzberry Jam #AF0165

Tints of Jazzberry Jam #AF0165

RGB

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

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

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

R = 63.18%
G = 0.36%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF0165 (or 0xAF0165) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 65. RGB value is (175,1,101). Sum of RGB (Red+Green+Blue) = 175+1+101=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0165 is #50FE9A. Grayscale: #404040. Windows color (decimal): -5308059 or 6619567. OLE color: 6619567.

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

Color convert

RGB 175 1 101 -
CMYK 0 0.99 0.42 0.31
HSL 325.52º 0.99% 0.35% -
HSV(B) 325.52º 0.99% 0.69% -
XYZ 20.04 10.08 13.2 -
YUV 64.43 148.65 206.87 -
System Red Green Blue C M Y K H S L
Decimal 175 1 101 0 0.99 0.42 0.31 325.52 0.99 0.35
Hex AF 1 65 0 63 2A 1F 146 63 23
Octal 257 1 145 0 143 52 37 506 143 43
Binary 10101111 1 1100101 0 1100011 101010 11111 101000110 1100011 100011

Color Harmonies of #AF0165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0165

Black with #AF0165

Text Example


Text Example

White with #AF0165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0165; }

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

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

background-color css

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

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

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

border-color css

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

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

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