Html Css Color HEX #AF0167 Jazzberry Jam

📋 copy color: '#AF0167'

red 175 ◦ green 1 ◦ blue 103

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

Shades of Jazzberry Jam #AF0167

Tints of Jazzberry Jam #AF0167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.92%

R = 62.72%
G = 0.36%
B = 36.92%

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

#AF0167 (or 0xAF0167) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 67. RGB value is (175,1,103). Sum of RGB (Red+Green+Blue) = 175+1+103=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0167 is #50FE98. Grayscale: #404040. Windows color (decimal): -5308057 or 6750639. OLE color: 6750639.

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

Color convert

RGB 175 1 103 -
CMYK 0 0.99 0.41 0.31
HSL 324.83º 0.99% 0.35% -
HSV(B) 324.83º 0.99% 0.69% -
XYZ 20.14 10.11 13.72 -
YUV 64.65 149.65 206.71 -
System Red Green Blue C M Y K H S L
Decimal 175 1 103 0 0.99 0.41 0.31 324.83 0.99 0.35
Hex AF 1 67 0 63 29 1F 145 63 23
Octal 257 1 147 0 143 51 37 505 143 43
Binary 10101111 1 1100111 0 1100011 101001 11111 101000101 1100011 100011

Color Harmonies of #AF0167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0167

Black with #AF0167

Text Example


Text Example

White with #AF0167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0167; }

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

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

background-color css

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

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

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

border-color css

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

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

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