Html Css Color HEX #AF016E Jazzberry Jam

📋 copy color: '#AF016E'

red 175 ◦ green 1 ◦ blue 110

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

Shades of Jazzberry Jam #AF016E

Tints of Jazzberry Jam #AF016E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.46%

R = 61.19%
G = 0.35%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF016E (or 0xAF016E) is known color: Jazzberry Jam. HEX triplet: AF, 01 and 6E. RGB value is (175,1,110). Sum of RGB (Red+Green+Blue) = 175+1+110=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF016E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF016E is #50FE91. Grayscale: #414141. Windows color (decimal): -5308050 or 7209391. OLE color: 7209391.

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

Color convert

RGB 175 1 110 -
CMYK 0 0.99 0.37 0.31
HSL 322.41º 0.99% 0.35% -
HSV(B) 322.41º 0.99% 0.69% -
XYZ 20.5 10.26 15.65 -
YUV 65.45 153.15 206.14 -
System Red Green Blue C M Y K H S L
Decimal 175 1 110 0 0.99 0.37 0.31 322.41 0.99 0.35
Hex AF 1 6E 0 63 25 1F 142 63 23
Octal 257 1 156 0 143 45 37 502 143 43
Binary 10101111 1 1101110 0 1100011 100101 11111 101000010 1100011 100011

Color Harmonies of #AF016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF016E

Black with #AF016E

Text Example


Text Example

White with #AF016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF016E; }

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

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

background-color css

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

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

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

border-color css

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

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

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