Html Css Color HEX #AF1466 Jazzberry Jam

📋 copy color: '#AF1466'

red 175 ◦ green 20 ◦ blue 102

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

Shades of Jazzberry Jam #AF1466

Tints of Jazzberry Jam #AF1466

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.73%

 BLUE value IS 102 (40.23% from 255) = 34.34%

R = 58.92%
G = 6.73%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF1466 (or 0xAF1466) is known color: Jazzberry Jam. HEX triplet: AF, 14 and 66. RGB value is (175,20,102). Sum of RGB (Red+Green+Blue) = 175+20+102=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1466 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1466 is #50EB99. Grayscale: #4B4B4B. Windows color (decimal): -5303194 or 6689967. OLE color: 6689967.

HSL color Cylindrical-coordinate representation of color #AF1466: hue angle of 328.26º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1466 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 20 102 -
CMYK 0 0.89 0.42 0.31
HSL 328.26º 0.79% 0.38% -
HSV(B) 328.26º 0.89% 0.69% -
XYZ 20.33 10.57 13.54 -
YUV 75.69 142.85 198.83 -
System Red Green Blue C M Y K H S L
Decimal 175 20 102 0 0.89 0.42 0.31 328.26 0.79 0.38
Hex AF 14 66 0 59 2A 1F 148 4F 26
Octal 257 24 146 0 131 52 37 510 117 46
Binary 10101111 10100 1100110 0 1011001 101010 11111 101001000 1001111 100110

Color Harmonies of #AF1466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1466

Black with #AF1466

Text Example


Text Example

White with #AF1466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1466; }

 p { color: rgb(175,20,102); }

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

background-color css

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

 a { background-color: rgb(175,20,102); }

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

border-color css

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

 span { border-color: rgb(175,20,102); }

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