Html Css Color HEX #AF016B Jazzberry Jam

📋 copy color: '#AF016B'

red 175 ◦ green 1 ◦ blue 107

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

Shades of Jazzberry Jam #AF016B

Tints of Jazzberry Jam #AF016B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.81%

R = 61.84%
G = 0.35%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF016B (or 0xAF016B) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 6B. RGB value is (175,1,107). Sum of RGB (Red+Green+Blue) = 175+1+107=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF016B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF016B is #50FE94. Grayscale: #404040. Windows color (decimal): -5308053 or 7012783. OLE color: 7012783.

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

Color convert

RGB 175 1 107 -
CMYK 0 0.99 0.39 0.31
HSL 323.45º 0.99% 0.35% -
HSV(B) 323.45º 0.99% 0.69% -
XYZ 20.34 10.2 14.81 -
YUV 65.11 151.65 206.38 -
System Red Green Blue C M Y K H S L
Decimal 175 1 107 0 0.99 0.39 0.31 323.45 0.99 0.35
Hex AF 1 6B 0 63 27 1F 143 63 23
Octal 257 1 153 0 143 47 37 503 143 43
Binary 10101111 1 1101011 0 1100011 100111 11111 101000011 1100011 100011

Color Harmonies of #AF016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF016B

Black with #AF016B

Text Example


Text Example

White with #AF016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF016B; }

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

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

background-color css

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

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

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

border-color css

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

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

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